Files
cheatsheet-tldr/tldr/linux/sreport
2025-04-20 00:20:58 +00:00

22 lines
467 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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 {{[-p|--parsable]}} cluster utilization`
- Show number of jobs run:
`sreport job sizes printjobcount`
- Show users with the highest CPU time use:
`sreport user topuser`