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:
depristo 2010-08-07 12:36:28 +00:00
parent b63d64bbbc
commit 80e31df40d
1 changed files with 18 additions and 0 deletions

View File

@ -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