How to compute hpc cpu core utilization?

hi …
i wanna understand the below queries…
Is there any tool /script to get usage of hpc cpu cores utilization?.
or how to compute hpc cpu core utilization?

Thanks

You get the resources utilisation of job(s) based on requested / used resources in qstat -fx output and also in the PBS accounting logs found in $PBS_HOME/server_priv/accounting.

If in case you are looking for real time core utilisation then you would have to deploy ganglia or nagios.

1 Like