[slurm-users] monitoring and accounting

Andrew Elwell andrew.elwell at gmail.com
Sun Jun 11 23:43:04 UTC 2023


On Fri, 2 June 2023, 22:03 Jörg Striewski, <striewski at ismll.de> wrote:

> Hi, we use grafana with influx, it is easy to install and works fine
>

Hi Jörg,

Are your slurm to influx scripts publicly available anywhere? I do
something similar for squeue via python subprocess to call

squeue -M all -a -o "%P,%a,%u,%D,%q,%T,%r"

And some sinfo calls for node/cpu usage:

sinfo -M {} -o "%P,%a,%F"
sinfo -M {} -o "%%R,%a,%C,%B,%z"

But I'd be interested to see what other places do. Perhaps some examples
could be gathered for Ole's wiki?

Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.schedmd.com/pipermail/slurm-users/attachments/20230612/9be4507a/attachment.htm>


More information about the slurm-users mailing list