Skip to content

Command line monitoring tools for HPC systems with Slurm workload manager

License

Notifications You must be signed in to change notification settings

puttsk/slurm-smonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slurm-smonitor

Command line monitoring tools for HPC systems with Slurm workload manager

Example Usage

# Report weekly utilization. Print output to STDOUT as table.
python -m smonitor utilization --freq week 

# Report weekly SU usage grouped by account. Print JSON output to STDOUT.
python -m smonitor usage --groups_by account --freq week --groups_by_field su_usage  --format json

# Report total CPU time in seconds and SU usage. Print JSON output to STDOUT.
# Groups the result by users inside an account. 
python -m smonitor usage --groups_by account,user --groups_by_field elapsed_raw,su_usage  --format json

About

Command line monitoring tools for HPC systems with Slurm workload manager

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published