You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of retrieving jobs from slurm via the sacct command and subsequent parsing of the output, we could also leverage the SLURM REST API. In particular, the GET /slurmdb/v0.0.39/jobs endpoint looks like it contains most of the functionality that sacct provides.
Plan of action:
Investigate if the aforementioned endpoint (or another one) supplies all the functionality needed by us
If yes, rework the slurm collector so that it uses the REST API (which should be nicer than parsing the CLI output by hand)
The text was updated successfully, but these errors were encountered:
Instead of retrieving jobs from slurm via the
sacct
command and subsequent parsing of the output, we could also leverage the SLURM REST API. In particular, the GET /slurmdb/v0.0.39/jobs endpoint looks like it contains most of the functionality thatsacct
provides.Plan of action:
The text was updated successfully, but these errors were encountered: