LinuxCommandLibrary

sinfo

sinfo

TLDR

Show a quick summary overview of the cluster

$ sinfo --summarize
copy


View the detailed status of all partitions across the entire cluster
$ sinfo
copy


View the detailed status of a specific partition
$ sinfo --partition [partition_name]
copy


View information about idle nodes
$ sinfo --states [idle]
copy


Summarise dead nodes
$ sinfo --dead
copy


List dead nodes and the reasons why
$ sinfo --list-reasons
copy

Copied to clipboard