Useful script to see the status of gsa computing resources. Crontab'd and will be arriving as email at 8 am
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3965 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
b63d64bbbc
commit
80e31df40d
|
|
@ -0,0 +1,18 @@
|
|||
#!/bin/tcsh
|
||||
|
||||
# what's the status of all of the gsa hosts
|
||||
echo "GSA host status"
|
||||
bhosts gsahosts
|
||||
|
||||
echo "\nGSA queue usage"
|
||||
bjobs -u all -q gsa | awk '$2 !~ "USER" {print $2}' | sort | uniq -c
|
||||
|
||||
echo "\nGeneral computing resources"
|
||||
bqueues gsa week short broad
|
||||
|
||||
echo "\nFH jobs"
|
||||
bjobs -u gsa-adm
|
||||
|
||||
echo "\nFile system status"
|
||||
df -h /humgen/* /broad/1KG /broad/shptmp
|
||||
|
||||
Loading…
Reference in New Issue