ts-sz / gpu_stats

Stats from GPU to influxDB and Grafana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPU STATS

GPU Usage statistics (on Linux) for Nvidia Video Cards

Push your stats from GPU(mining rig) to Influxdb with Grafana

All stats grab with nvidia-smi

List Cards

nvidia-smi -L

Stats

nvidia-smi --query- gpu=power.draw,clocks.sm,clocks.mem,clocks.gr,temperature.gpu,utilization.gpu --format=csv,noheader

for online test

-l 1 (sec)

fun speed

nvidia-smi -i 0 --query-gpu=fan.speed --format=csv,noheader

Hash RATE is ONLY if you use HIVEOS [ https://hiveos.farm ]

Push gpu_stats.cron in your crontab with sudo cp gpu_stats.cron /etc/cron.d/gpu_stats for execute every minute

Edit gpu_stats.sh with vim cp gpu_stats.sh and copy it to your /usr/local/bin/ sudo cp gpu_stats.sh /usr/local/bin/ && chmod +x /usr/local/bin/gpu_stats.sh


souces:

About

Stats from GPU to influxDB and Grafana

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%