← 返回命令列表

Linux command

sinfo 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Show

sinfo -s

View

sinfo

View

sinfo -p [partition_name]

View

sinfo -t idle

Summarise

sinfo -d

List

sinfo -R

说明

sinfo reports the state of partitions and nodes managed by Slurm. It shows information about available computing resources including node counts, partition limits, and current states. Common node states include: idle (available), allocated (in use), down (unavailable), drain (draining), and mix (some CPUs allocated).

参数

-s, --summarize
Display summary of partitions
-p, --partition _name_
Show specific partition
-t, --states _states_
Filter by node state (idle, allocated, down, etc.)
-d, --dead
Show only non-responding nodes
-R, --list-reasons
List reasons nodes are down or drained
-l, --long
Long output format with more details
-N, --Node
Display node-centric output
-o, --format _format_
Customize output format

FAQ

What is the sinfo command used for?

sinfo reports the state of partitions and nodes managed by Slurm. It shows information about available computing resources including node counts, partition limits, and current states. Common node states include: idle (available), allocated (in use), down (unavailable), drain (draining), and mix (some CPUs allocated).

How do I run a basic sinfo example?

Run `sinfo -s` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -s, --summarize do in sinfo?

Display summary of partitions