On Fri, 2 June 2023, 22:03 Jörg Striewski, <striew...@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

Reply via email to