1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 17:19:47 +01:00
tldr/pages/linux/squeue.md

21 lines
330 B
Markdown
Raw Normal View History

2018-11-18 22:44:08 +01:00
# squeue
> View the jobs queued in the SLURM scheduler.
> More information: <https://manned.org/squeue>.
2018-11-18 22:44:08 +01:00
- View the queue:
`squeue`
- View jobs queued by a specific user:
`squeue -u {{username}}`
- View the queue and refresh every 5 seconds:
`squeue -i {{5}}`
- View the queue with expected start times:
`squeue --start`