sacct
Verified for current stable LTS
Sacct Command: Display Job Allocations
Use for display job allocations with Sacct. Exact CLI syntax to display job allocations using Sacct.
When to use this: Use for display job allocations with Sacct.
Command Syntax
sacct -j <job_id> -X sacct -j <job_id> -X Live Command Builder
Final Command
sacct -j <job_id> -X Command Breakdown
-j- Command Option
- Tool-specific option used by this command invocation.
-X- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to display job allocations using Sacct.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Sacct Command: Display Job Elapsed Time And Resources
sacct -j <job_id> -o Elapsed,JobName,ReqCPUS,ReqMem Sacct Command: Display Recent Jobs All Attributes sacct Sacct Command: Display Recent Jobs Brief sacct -b Sacct Command: Display Recent Jobs Last Week sacct -S $(date -d "1 week ago" +'%F') Sacct Command: Output Jobid And Jobname Long sacct -o JobID,JobName%100