Provides a toolkit of scripts to easily view and pipe data on a user or account's resource usage data from Slurm's sacct
tool.
- Python 3.5+
- Slurm toolkit
- Clone and enter repository
git clone https://github.com/nauhpc/jobstats.git && cd jobstats
- Add
jobstats
andgroup_efficiency
to your PATH
All config values for jobstats
are accessed from jobstats-config.ini
. These two files should always be in the same directory.
*_WEIGHT
: Weight each value holds in calculating the average total efficiency.SHOW_JOB_CHILDREN
: Show each job along with the child jobs from eachsrun
command in the batch script. Leaving this off will give you the sum total for each resource for the overall job.COLUMN_MAX
: Max width of the presented table. Setting toauto
will set the max width to the terminal size on call.GRADE_INCREMENT_*
: Grade scale from red, to yellow, to green for each value.