System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.