Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesletts committed May 6, 2014
1 parent 0609bfa commit afa1c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ Scripts:

* condor_check: Assembles a page of interesting data about glideinWMS pool jobs.
* condor_check.sh: Driver for condor_check.

* condor_history_dump.sh: Dumps schedd ClassAds for recently run jobs and the current queue.
* condor_history_analyze.sh: Analyzes the dump of the schedd ClassAds.
2 changes: 1 addition & 1 deletion condor_history_analyze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ echo " 84 can map to 84 or 8020, since 8020%256=84."
echo
echo HELD JOBS IN THE PAST 24 HOURS:
echo
printf "%-20s %8s %8s %8s %10s %8s\n" "Site" "Held Jobs" "Users" "Pilots" "WC(d)" "Code"
printf "%-20s %8s %8s %8s %10s %14s\n" "Site" "Held Jobs" "Users" "Pilots" "WC(d)" " HoldReasonCode (most frequent)"

grep "^JobStatus=5" $FILE | awk -v now=$NOW ' \
{
Expand Down

0 comments on commit afa1c48

Please sign in to comment.