LinuxCommandLibrary

sdiag

Show information about the execution of `slurmctld`.

TLDR

Show all performance counters related to the execution of slurmctld

$ sdiag --all
copy


Reset performance counters related to the execution of slurmctld
$ sdiag --reset
copy


Specify the output format
$ sdiag --all --[json|yaml]
copy


Specify the cluster to send commands to
$ sdiag --all --cluster=[cluster_name]
copy

Copied to clipboard