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:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`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:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`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:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sstat {{[-e|--helpformat]}}`
|