1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/sstat.md

17 lines
464 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 --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}}`
2020-10-15 03:46:14 +05:30
- Display list of fields available:
`sstat --helpformat`