Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 970 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 970 Bytes

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: