LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

sacct

Display Slurm job accounting information

TLDR

Display recent jobs with default fields
$ sacct
copy
Display brief job information
$ sacct -b
copy
Display allocations for a specific job
$ sacct -j job_id -X
copy
Display custom fields for a job
$ sacct -j job_id -o Elapsed,JobName,ReqCPUS,ReqMem
copy
Display jobs from one week ago
$ sacct -S $(date -d "1 week ago" +'%F')
copy
Expand field width for long values
$ sacct -o JobID,JobName%100
copy

SYNOPSIS

sacct [options]

DESCRIPTION

sacct displays accounting data from the Slurm workload manager. It shows job history including resource usage, state, and exit codes for completed and running jobs.Output format is highly customizable with many available fields for detailed job analysis.

PARAMETERS

-b, --brief

Display brief job information
-j, --jobs id
Show specific job
-X, --allocations
Show only allocations
-o, --format fields
Custom output format
-S, --starttime date
Filter by start time

INSTALL

sudo apt install slurm-client
copy

CAVEATS

Requires Slurm accounting to be configured. Historical data retention depends on Slurm configuration.

HISTORY

Part of Slurm workload manager, the leading HPC cluster resource management system.

SEE ALSO

squeue(1), sinfo(1), scontrol(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid