mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 09:44:17 +00:00
Update cheatsheets
This commit is contained in:
25
linux/squeue
Normal file
25
linux/squeue
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# squeue
|
||||
|
||||
> View the jobs queued in the SLURM scheduler.
|
||||
> More information: <https://manned.org/squeue>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user