NordicHPC / sonar

Tool to profile usage of HPC resources by regularly probing processes using ps.
GNU General Public License v3.0
8 stars 5 forks source link

Remove cores and memtotal from `sonar ps` output? #149

Closed lars-t-hansen closed 6 months ago

lars-t-hansen commented 7 months ago

With sonar sysinfo available, the cores and memtotal fields of the ps output are redundant - the information can be had from the sysinfo output, should it be needed. Sonalyze does not use these fields of the sonar output at all, as it relies on the more complete config information. (See also #105.) I was afraid jobgraph might use cores but it does not. So it would seem that:

@bast, WDYT?