HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

sreport — Generate reports on jobs, users, and clusters from accounting data. More information: <https://slurm

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandandusersreportsclijobsgeneratesreport
linux

Problem

How to use the sreport command: Generate reports on jobs, users, and clusters from accounting data. More information: <https://slurm.schedmd.com/sreport.html>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/sreport

Revisions (0)

No revisions yet.