HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

sdiag — Show information about the execution of `slurmctld`. More information: <https://slurm.schedmd.com/sd

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandshowcliinformationaboutsdiagexecution
linux

Problem

How to use the sdiag command: Show information about the execution of slurmctld. More information: <https://slurm.schedmd.com/sdiag.html>.

Solution

sdiag — Show information about the execution of slurmctld. More information: <https://slurm.schedmd.com/sdiag.html>.

Show all performance counters related to the execution of slurmctld:
sdiag {{[-a|--all]}}


Reset performance counters related to the execution of slurmctld:
sdiag {{[-r|--reset]}}


Specify the output format:
sdiag {{[-a|--all]}} --{{json|yaml}}


Specify the cluster to send commands to:
sdiag {{[-a|--all]}} {{[-M|--cluster]}} {{cluster_name}}

Code Snippets

Show all performance counters related to the execution of `slurmctld`

sdiag {{[-a|--all]}}

Reset performance counters related to the execution of `slurmctld`

sdiag {{[-r|--reset]}}

Specify the output format

sdiag {{[-a|--all]}} --{{json|yaml}}

Specify the cluster to send commands to

sdiag {{[-a|--all]}} {{[-M|--cluster]}} {{cluster_name}}

Context

tldr-pages: linux/sdiag

Revisions (0)

No revisions yet.