Information sources¶
The TUI is a thin presentation layer; every piece of data on screen comes from a standard Slurm CLI command. Knowing the underlying command makes it easy to verify a value or diagnose a discrepancy directly from the shell.
TUI element |
Underlying command (run over SSH) |
Notes |
|---|---|---|
Job table (active) |
|
Fields: id, name, state, time, work dir, GRES. |
Job table (history) |
|
Active jobs override history if both contain the same ID. |
Cluster running / pending totals |
|
Counted by state. Re-fetched every 30 s. |
Pending reason / priority / QOS / submit time |
|
Populated only for PENDING jobs. |
Queue rank |
|
1-based position among all pending jobs cluster-wide. |
Job detail header / timing / log paths |
|
Source of |
Live memory usage |
|
Only fetched for RUNNING jobs. |
Per-GPU utilization |
|
Only attempted when |
Cluster capacity bars |
|
One row per (node, partition). Rows are deduplicated on node name. |
Partition table |
|
Per-state node counts are filled in from the node walk above. |
Log streaming |
|
The log path comes from |
Batch script viewer |
|
Read-only. |
Cancel a job |
|
Triggered by |
If you ever doubt a value in the UI, run the corresponding command in an SSH shell — that is exactly what the TUI did, parsed, and rendered.