Hi Jean-Mathieu,
On 4/30/19 2:47 PM, Jean-mathieu CHANTREIN wrote:
Do you know a command to get a summary of the use of compute nodes
and/or partition of a cluster in real time ? Something with a output
like this:
$ sutilization
Partition/Node_Name CPU_Use CPU_Total %Use
standard 236 564 41,8 %
********
n001 36 72 50 %
n002 18 72 25 %
...
Your request looks like what the "pestat" tool does see
https://github.com/OleHolmNielsen/Slurm_tools/tree/master/pestat
I wrote pestat and I use it a lot every day to find out what's going on
in our cluster.
Best regards,
Ole