This tool works with Slurm's sacct command to count a total of tasks that have failed, canceled and completed and to display them on a pie chart with percentage values.
Prerequisites:
- python3.6;
- Slurm;
- Slurmdbd;
- sacct working properly;
- matplotlib;
- root.
To-do:
- implement gif for graphics;
The script has a parser for you to assign the period you want to analyze. It will create a pie chart with job status data for this period.
Usage example:
python3.6 plot_jobs.py -s 2020-01-01 -e 2020-07-11
You will get a graph like this: