Forrest logo
back to context overview

sacct

List of commands for sacct:

  • sacct:tldr:5f1a7 sacct: Display job id, job name, partition, account, number of allocated cpus, job state, and job exit codes for recent jobs.
    $ sacct
    try on your machine
    explain this command
  • sacct:tldr:95af0 sacct: Display elapsed time, job name, number of requested CPUs, and memory requested of a job.
    $ sacct --jobs ${job_id} --format=${elapsed},${jobname},${reqcpus},${reqmem}
    try on your machine
    explain this command
  • sacct:tldr:b0987 sacct: Display job id, job state, job exit code for recent jobs.
    $ sacct --brief
    try on your machine
    explain this command
  • sacct:tldr:c3f1c sacct: Display the allocations of a job.
    $ sacct --jobs ${job_id} --allocations
    try on your machine
    explain this command
back to context overview