mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 14:56:51 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show a quick summary overview of the cluster:
|
||||
|
||||
`sinfo --summarize`
|
||||
`sinfo {{[-s|--summarize]}}`
|
||||
|
||||
- View the detailed status of all partitions across the entire cluster:
|
||||
|
||||
@@ -19,16 +19,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- View the detailed status of a specific partition:
|
||||
|
||||
`sinfo --partition {{partition_name}}`
|
||||
`sinfo {{[-p|--partition]}} {{partition_name}}`
|
||||
|
||||
- View information about idle nodes:
|
||||
|
||||
`sinfo --states {{idle}}`
|
||||
`sinfo {{[-t|--states]}} {{idle}}`
|
||||
|
||||
- Summarise dead nodes:
|
||||
|
||||
`sinfo --dead`
|
||||
`sinfo {{[-d|--dead]}}`
|
||||
|
||||
- List dead nodes and the reasons why:
|
||||
|
||||
`sinfo --list-reasons`
|
||||
`sinfo {{[-R|--list-reasons]}}`
|
||||
|
||||
Reference in New Issue
Block a user