Skip to content

wwarriner/slurm_status_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slurm Status Tools

Usage

Returns neatly formatted tables of data from scontrol.

python -u sstatus.py -c nodes > nodes.csv - Individual node information.

python -u sstatus.py -c nodes -s all > node_summary_all.csv - Node summary across all partitions.

python -u sstatus.py -c nodes -s partitions > node_summary_by_partition.csv - Node summary grouped by partition.

python -u sstatus.py -c load > load.csv - Percent usage of various resources.

python -u sstatus.py -c partitions > partitions.csv - Partition information.

Output Formats

  • CSV
  • Markdown
  • ASCII
  • MediaWiki

About

Simple, lightweight tools for checking the status of jobs on a SLURM cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published