pyslurm icon indicating copy to clipboard operation
pyslurm copied to clipboard

Support for realtime statistics

Open conradtchan opened this issue 5 months ago • 5 comments

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!

conradtchan avatar Sep 24 '24 04:09 conradtchan