mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
467 B
Plaintext
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`
|