watch -n 30 shell/pipelineJobs.csh for those who want to watch the gsaadm's jobs progress

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4966 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
depristo 2011-01-09 13:09:30 +00:00
parent 298dce2940
commit 0e089ce0b7
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
echo "Running"
bjobs -u gsaadm -r | grep gsaadm | awk '{print $4}' | sort | uniq -c
echo "Pending"
bjobs -u gsaadm -p | grep gsaadm | awk '{print $4}' | sort | uniq -c
echo "Suspended"
bjobs -u gsaadm -s | grep gsaadm | awk '{print $4}' | sort | uniq -c