1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 15:35:26 +02:00
tldr/pages/linux/sstat.md

17 lines
509 B
Markdown
Raw Normal View History

2020-10-15 03:46:14 +05:30
# 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 {{[-j|--jobs]}} {{job_id}}`
2020-10-15 03:46:14 +05:30
- Display job ID, average CPU and average virtual memory size of a comma-separated list of jobs, with pipes as column delimiters:
`sstat {{[-p|--parsable]}} {{[-j|--jobs]}} {{job_id}} {{[-o|--format]}} {{JobID,AveCPU,AveVMSize}}`
2020-10-15 03:46:14 +05:30
- Display list of fields available:
`sstat {{[-e|--helpformat]}}`