mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-19 21:35:31 +02:00
squeue: add page (#2598)
This commit is contained in:
parent
1627b936f0
commit
88545ce503
1 changed files with 19 additions and 0 deletions
19
pages/linux/squeue.md
Normal file
19
pages/linux/squeue.md
Normal 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`
|
Loading…
Add table
Reference in a new issue