Hi All, We are currently trying to set up cgroup_exporter https://github.com/treydock/cgroup_exporter for slurm. It's been working smoothly with cgroups.v1 and slurm-22.05.7. However, we're facing some challenges with RHEL-9, slurm-23.11.1 and cgroups.v2. The cgroup_exporter isn't capturing the slurm cgroup job information. I'm reaching out to see if any other sites have managed to make this work. If you're using a different exporter that's working for your site, could you please let us know? Thanks!
Regards, Singh
I use telegraf (which supports "exporter" output format as well) to capture cgroupsv2 job data:
https://github.com/jose-d/telegraf-configs/tree/master/slurm-cgroupsv2
I had to rework it when changing from cgroupsv1 to cgroupsv2, as the format/structure of textfiles changed a bit.
cheers
josef
On 21. 03. 24 18:55, Saluja, Prabhjyot via slurm-users wrote:
...