Forrest logo
back to context overview

sinfo

List of commands for sinfo:

  • sinfo:tldr:09470 sinfo: View the detailed status of a specific partition.
    $ sinfo --partition ${partition_name}
    try on your machine
    explain this command
  • sinfo:tldr:0b712 sinfo: List dead nodes and the reasons why.
    $ sinfo --list-reasons
    try on your machine
    explain this command
  • sinfo:tldr:40992 sinfo: Show a quick summary overview of the cluster.
    $ sinfo --summarize
    try on your machine
    explain this command
  • sinfo:tldr:c01ec sinfo: View information about idle nodes.
    $ sinfo --states ${idle}
    try on your machine
    explain this command
  • sinfo:tldr:e776f sinfo: View the detailed status of all partitions across the entire cluster.
    $ sinfo
    try on your machine
    explain this command
  • sinfo:tldr:eb6c9 sinfo: Summarise dead nodes.
    $ sinfo --dead
    try on your machine
    explain this command
back to context overview