SLURM Stats are scripts for gathering SLURM statistics
Currently the scripts are
- sacct_stats.R which generates simple user/monthly stats from sacct output
- sacct_stats_queue_dist.R which generates a CSV with a binned distribution of how long jobs in each partition have queued
- helpers.R helper functions to convert timestamps etc.