LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

squeue

View Slurm job queue status

TLDR

View the job queue
$ squeue
copy
View jobs queued by a specific user
$ squeue -u [username]
copy
View the queue and refresh every 5 seconds
$ squeue -i 5
copy
View the queue with expected start times
$ squeue --start
copy

SYNOPSIS

squeue [options]

DESCRIPTION

squeue displays information about jobs in the Slurm scheduling queue. It shows job ID, partition, name, user, state, time, nodes, and node list for jobs awaiting or running on the cluster.Common job states include: PD (pending), R (running), CG (completing), CD (completed), F (failed), and CA (cancelled).

PARAMETERS

-u, --user _username_

Show only jobs owned by specified user
-i, --iterate _seconds_
Refresh display at specified interval
--start
Show expected start time for pending jobs
-j, --jobs _job_list_
Show specific job IDs
-p, --partition _name_
Show jobs in specific partition
-t, --states _states_
Filter by job state (pending, running, etc.)
-l, --long
Long output format
-o, --format _format_
Customize output format
-S, --sort _field_
Sort output by field

INSTALL

sudo apt install slurm-client
copy

CAVEATS

Shows only jobs visible to the querying user based on Slurm's access controls. Very large job queues may benefit from filtering options. The --start estimated times are approximations.

SEE ALSO

sbatch(1), sinfo(1), scancel(1), scontrol(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid