LinuxCommandLibrary

squeue

squeue

TLDR

View the 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

Copied to clipboard