I have been using the pbsnodes command for a while to collect data on a computing cluster. Recently, I have thought it would be useful to compare number of jobs on a node to it's cpu usage. To me, it seems like the 'loadavg' metric in the status property of pbsnodes' output would be good for this; I can't find a description of what this metric actually is (or any of the other metrics), though, online or anywhere else. Can someone give me a description or a link to a description of the elements in pbsnodes 'status' output?
The load used by MoM is the following:
loadave
returned by the operating systemChapter 9.6.5 in PBS Professional 19.2.2 Big Book
You can find more information about the newer versions of PBSPro and how the pbsnodes
as well as the qstat
commands work and what arguments you can add for specific status/vnode state information in the PBSPro Big Book. You can find the PDF at this link.