Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
validate_workflows
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
validate_workflows
Commits
e12523e6
Commit
e12523e6
authored
2 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- some words about statistics
parent
9d23bb72
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DESIGN.asciidoc
+24
-1
24 additions, 1 deletion
DESIGN.asciidoc
with
24 additions
and
1 deletion
DESIGN.asciidoc
+
24
−
1
View file @
e12523e6
...
...
@@ -40,10 +40,33 @@ The tool used the following files:
* ${HOME}/.cache/validate_workflows/statistics.cnt
* /var/lock/validate_workflows.lock
== Statistics
we need following criteria:
* last_delta_t
* avg_delta_t
* stddev_delta_t
* avg_duration
* stddev_duration
* cnt_valid_$filetype
* cnt_invalid_$filetype
* cnt_valid_workflow
* cnt_invalid_workflow
* ratio_valid_$filetype
* ratio_invalid_$filetype
* ratio_valid_$filetype by date
* ratio_invalid_$filetype by date
Could result in csv table for each file scan
date | cnt_valid | cnt_invalid | duration | filetype | workflow | stage
== Ideas
* env variables for profiles
*
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment