mirror of https://github.com/CrimsonTome/tldr.git
17 lines
366 B
Markdown
17 lines
366 B
Markdown
# sreport
|
|
|
|
> Generate reports on jobs, users, and clusters from accounting data.
|
|
> More information: <https://slurm.schedmd.com/sreport.html>.
|
|
|
|
- Show pipe delimited cluster utilization data:
|
|
|
|
`sreport --parsable cluster utilization`
|
|
|
|
- Show number of jobs run:
|
|
|
|
`sreport job sizes printjobcount`
|
|
|
|
- Show users with the highest CPU time use:
|
|
|
|
`sreport user topuser`
|