Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LYSrdiff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Lysator
LYSrdiff
Commits
64b660c4
Commit
64b660c4
authored
18 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Print the most stale and freshest job per partition.
* lysrdiff-status: Do it.
parent
c2a011c9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+3
-0
3 additions, 0 deletions
ChangeLog
lysrdiff-status
+14
-0
14 additions, 0 deletions
lysrdiff-status
with
17 additions
and
0 deletions
ChangeLog
+
3
−
0
View file @
64b660c4
2006-12-19 Per Cederqvist <ceder@sedesopim.lysator.liu.se>
2006-12-19 Per Cederqvist <ceder@sedesopim.lysator.liu.se>
Print the most stale and freshest job per partition.
* lysrdiff-status: Do it.
Print job number when holding or stopping.
Print job number when holding or stopping.
* backup-all: Print job number and total number of jobs when
* backup-all: Print job number and total number of jobs when
stopping or holding.
stopping or holding.
...
...
This diff is collapsed.
Click to expand it.
lysrdiff-status
+
14
−
0
View file @
64b660c4
...
@@ -34,6 +34,20 @@ echo Top 5 most stale backups:
...
@@ -34,6 +34,20 @@ echo Top 5 most stale backups:
echo
echo
grep
-h
--
'-start$'
$statecache
-
*
|
sort
|
head
-5
grep
-h
--
'-start$'
$statecache
-
*
|
sort
|
head
-5
echo
echo
echo
Most stale per part:
echo
for
i
in
$statecache
-
*
do
grep
-h
--
'-start$'
$i
|
sort
|
head
-1
done
echo
echo
Freshest per part:
echo
for
i
in
$statecache
-
*
do
grep
-h
--
'-start$'
$i
|
sort
|
tail
-1
done
echo
echo
All unfinished backup attempts:
echo
All unfinished backup attempts:
echo
echo
grep
-h
--
'-attempt$'
$statecache
-
*
|
sort
|
head
-5
grep
-h
--
'-attempt$'
$statecache
-
*
|
sort
|
head
-5
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