1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-11 21:55:57 +02:00
tldr/pages.cn/linux/squeue.md

20 lines
281 B
Markdown
Raw Normal View History

# squeue
> View the jobs queued in the SLURM scheduler.
- 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`