tldr/pages/linux/sreport.md

17 lines
366 B
Markdown
Raw Normal View History

2020-10-14 23:16:46 +01:00
# 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:
2020-10-14 23:16:46 +01:00
`sreport user topuser`