mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
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`
|