mirror of https://github.com/CrimsonTome/tldr.git
17 lines
362 B
Markdown
17 lines
362 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 highest cpu time use:
|
||
|
|
||
|
`sreport user topuser`
|