The repository for this project has moved to https://gitrepo.service.rug.nl/cit-hpc/hb-jobinfo.
Tool for giving a quick overview of Slurm job statistics.
Inspired by https://github.com/birc-aeh/slurm-utils/blob/master/jobinfo from Anders Halager aeh@birc.au.dk
jobinfo [-h] [-d] [-l] jobid`
collates job information from the 'sstat', 'sacct' and 'squeue' SLURM commands
to give a uniform interface for both current and historical jobs.
positional arguments:
jobid the jobid to query
optional arguments:
-h, --help show this help message and exit
-d, --debug show extra information about how the data is gathered
-l, --long show more information about the job
- First production version
- Improved handling of State information