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:
parent
298dce2940
commit
0e089ce0b7
|
|
@ -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
|
||||
Loading…
Reference in New Issue