System Grab Bag

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

sstat

View information about running jobs. More information: https://slurm.schedmd.com/sstat.html.
  • Display status information of a comma-separated list of jobs:
    sstat --jobs={{job_id}}
  • Display job ID, average CPU and average virtual memory size of a comma-separated list of jobs, with pipes as column delimiters:
    sstat --parsable --jobs={{job_id}} --format={{JobID}},{{AveCPU}},{{AveVMSize}}
  • Display list of fields available:
    sstat --helpformat

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.