Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
/ hb-jobinfo Public archive

Tool for giving a quick overview of Slurm job statistics

License

Notifications You must be signed in to change notification settings

rug-cit-hpc/hb-jobinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository moved

The repository for this project has moved to https://gitrepo.service.rug.nl/cit-hpc/hb-jobinfo.

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

Usage

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

Release notes:

v1.0 - 2024-05-16

  • First production version
  • Improved handling of State information