sness
blog of sness
Friday, February 04, 2005
An improvement on the command shown below to count the number of nodes that have jobs running on them. This greps for "n", to help reduce clutter.
qstat -n | grep node | fold -w 1 | sort | uniq -c | grep n
Newer Post
Older Post
Home