Forrest logo
back to context overview

sstat

List of commands for sstat:

  • sstat:tldr:38eb9 sstat: Display list of fields available.
    $ sstat --helpformat
    try on your machine
    explain this command
  • sstat:tldr:45e3e sstat: Display status information of a comma-separated list of jobs.
    $ sstat --jobs=${job_id}
    try on your machine
    explain this command
  • sstat:tldr:f319f sstat: 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}
    try on your machine
    explain this command
back to context overview