sacct: update page (#11482)

pull/23/head
John Vouvakis Manousakis 2023-11-18 12:40:14 -08:00 committed by GitHub
parent 4547f49a08
commit 923e924e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -17,4 +17,12 @@
- Display elapsed time, job name, number of requested CPUs, and memory requested of a job:
`sacct --jobs {{job_id}} --format={{elapsed}},{{jobname}},{{reqcpus}},{{reqmem}}`
`sacct --jobs {{job_id}} --format=Elapsed,JobName,ReqCPUS,ReqMem`
- Display recent jobs that occurred from one week ago up to the present day:
`sacct --starttime=$(date -d "1 week ago" +'%F')`
- Output a larger number of characters for an attribute:
`sacct --format=JobID,JobName%100`