Options (4)
-j, --jobsbooleanDisplay status information of a comma-separated list of jobs
Example:
sstat {{[-j|--jobs]}} {{job_id}}-p, --parsablebooleanDisplay job ID, average CPU and average virtual memory size of a comma-separated list of jobs, with pipes as column delimiters
Example:
sstat {{[-p|--parsable]}} {{[-j|--jobs]}} {{job_id}} {{[-o|--format]}} {{JobID,AveCPU,AveVMSize}}-o, --formatbooleanDisplay job ID, average CPU and average virtual memory size of a comma-separated list of jobs, with pipes as column delimiters
Example:
sstat {{[-p|--parsable]}} {{[-j|--jobs]}} {{job_id}} {{[-o|--format]}} {{JobID,AveCPU,AveVMSize}}-e, --helpformatbooleanDisplay list of fields available
Example:
sstat {{[-e|--helpformat]}}Examples (3)
Display status information of a comma-separated list of jobs
sstat [-j|--jobs] job_idDisplay 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,AveVMSizeDisplay list of fields available
sstat [-e|--helpformat]made by @shridhargupta | data from tldr-pages