
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.$ saccttry on your machineexplain 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 machineexplain this command
-
sacct:tldr:b0987 sacct: Display job id, job state, job exit code for recent jobs.$ sacct --brieftry on your machineexplain this command
-
sacct:tldr:c3f1c sacct: Display the allocations of a job.$ sacct --jobs ${job_id} --allocationstry on your machineexplain this command