You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ This exporter by default listens on port `9306` and all metrics are exposed via
15
15
16
16
The `--config.paths` flag is required and must point to paths of cgroups to monitor. If there is `/sys/fs/cgroup/cpuacct/user.slice` then the value for `--config.paths` would be `/user.slice`.
17
17
18
+
The path `/slurm` will work for both cgroupv1 and cgroupv2. For cgroupv2 the `/slurm` path is turned into `/system.slice/slurmstepd.scope`.
19
+
20
+
If Slurm is compiled ot support multiple slurmd instances and you have paths that are `/sys/fs/cgroup/system.slice/<nodename>_slurmstepd.scope` then you must pass `--config.paths=/system.slice/<nodename>_slurmstepd.scope` and replace `<nodename>` with the host's slurmd NodeName.
0 commit comments