mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 13:49:58 +00:00
Update cheatsheets
This commit is contained in:
21
linux/sreport
Normal file
21
linux/sreport
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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 --parsable cluster utilization`
|
||||
|
||||
- Show number of jobs run:
|
||||
|
||||
`sreport job sizes printjobcount`
|
||||
|
||||
- Show users with the highest CPU time use:
|
||||
|
||||
`sreport user topuser`
|
||||
Reference in New Issue
Block a user