Post
Topic
Board Mining (Altcoins)
Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6 (Linux / Windows)
by
pwmosquito
on 27/02/2018, 12:27:34 UTC
Hey all,

I created a small script to extract Nvidia and DSTM telemetry data into Prometheus to create nice dashboards.

Check it out and let me know what you think: https://github.com/pwm/rig-stats

It looks really nice, nice job! Is it possible to connect multiple rigs to have all of them in the same interface?

Thanks Smiley

Re multiple servers - As Prometheus is pull based what this script does is simply expose telemetry data as an http endpoint (in Prometheus' data model semantic, ie. a simple specifically formatted text file) so that Prometheus can query it. This means that the script would have to run on the rigs themselves and then you'd configure Prometheus to pull from all rigs. This is safe as all data has the GPU's uuid as a label which means that each GPU will have its own time series stored independent of one another.