pyslurm
pyslurm copied to clipboard
Support for realtime statistics
We're interested in using PySlurm to gather realtime statistics on jobs, using the TRESUsageInTot
and TRESUsageInAve
fields. These are available in the current database API (pyslurm.db.JobStatistics
) but those are only available after the job has finished.
Is it currently possible or are there plans to get these in realtime? i.e. the equivalent of calling sstat
vs sacct
.
Thanks!