mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 00:59:11 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,16 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show all performance counters related to the execution of `slurmctld`:
|
||||
|
||||
`sdiag --all`
|
||||
`sdiag {{[-a|--all]}}`
|
||||
|
||||
- Reset performance counters related to the execution of `slurmctld`:
|
||||
|
||||
`sdiag --reset`
|
||||
`sdiag {{[-r|--reset]}}`
|
||||
|
||||
- Specify the output format:
|
||||
|
||||
`sdiag --all --{{json|yaml}}`
|
||||
`sdiag {{[-a|--all]}} --{{json|yaml}}`
|
||||
|
||||
- Specify the cluster to send commands to:
|
||||
|
||||
`sdiag --all --cluster={{cluster_name}}`
|
||||
`sdiag {{[-a|--all]}} {{[-M|--cluster]}} {{cluster_name}}`
|
||||
|
||||
Reference in New Issue
Block a user