logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

View Slurm Info - Control Cluster Status | Online Free DevTools by Hexmos

View Slurm cluster information with Sinfo. Monitor partition status, node availability, and resource allocation effectively with this Slurm command. Free online tool, no registration required.

sinfo

View information about Slurm nodes and partitions. See also: squeue, sbatch, which are also part of the Slurm workload manager. More information: https://slurm.schedmd.com/sinfo.html.

  • Show a quick summary overview of the cluster:

sinfo {{[-s|--summarize]}}

  • View the detailed status of all partitions across the entire cluster:

sinfo

  • View the detailed status of a specific partition:

sinfo {{[-p|--partition]}} {{partition_name}}

  • View information about idle nodes:

sinfo {{[-t|--states]}} {{idle}}

  • Summarise dead nodes:

sinfo {{[-d|--dead]}}

  • List dead nodes and the reasons why:

sinfo {{[-R|--list-reasons]}}

See Also