Files
tldr/pages.zh/linux/squeue.md

20 lines
321 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# squeue
> 查看SLURM调度器中排队的作业。
> 更多信息:<https://manned.org/squeue>。
- 查看队列:
`squeue`
- 查看特定用户排队的作业:
`squeue -u {{用户名}}`
- 查看队列并每5秒刷新一次
`squeue -i {{5}}`
- 查看带有预计开始时间的队列:
`squeue --start`