Search content
Sort by

Showing 3 of 3 results by pwmosquito
Post
Topic
Board Mining (Altcoins)
Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6 (Linux / Windows)
by
pwmosquito
on 27/02/2018, 12:49:02 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

that look intristing for a person who like to track statistic BUT from what i see it working only for linux Sad so when you have time to make for windows to will be nice Smiley cheers

As giveen1 said in theory it should work on Windows if you have Python3 and NVML (the Nvidia Management Library) installed. I have not tested any of this personally, so if you're up for it I would love to hear feedback whether it works or not.

NVML is part of the CUDA toolkit and can be downloaded from here: https://developer.nvidia.com/cuda-downloads
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.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6 (Linux / Windows)
by
pwmosquito
on 26/02/2018, 18:55:16 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