sreport

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

Install

All systems
curl cmd.cat/sreport.sh
Debian Debian
apt-get install slurm-client
Ubuntu
apt-get install slurm-client
image/svg+xml Kali Linux
apt-get install slurm-client
Fedora
dnf install slurm
Windows (WSL2)
sudo apt-get update sudo apt-get install slurm-client
OS X
brew install slurm
Raspbian
apt-get install slurm-client

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

© tl;dr; authors and contributors