squeue: add page (#2598)

This commit is contained in:
Garrett Mills 2018-11-18 15:44:08 -06:00 committed by Starbeamrainbowlabs
parent 1627b936f0
commit 88545ce503

19
pages/linux/squeue.md Normal file
View File

@ -0,0 +1,19 @@
# 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`