Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Temp and power usage line #143

Closed
MethanX opened this issue Jul 8, 2017 · 9 comments
Closed

Temp and power usage line #143

MethanX opened this issue Jul 8, 2017 · 9 comments

Comments

@MethanX
Copy link

MethanX commented Jul 8, 2017

Is it possible to add some code line for gpu temperature, fan speed , gpu voltage and mhs for each card separately, it will be very helpfull?

@orkblutt
Copy link

orkblutt commented Jul 8, 2017

Not sure this part should be inside ethminer for GPU monitoring. I think ethminer should listen for commands like "stop running on this GPU until the reverse order". It could be nice to have that kond of features for scripting .
To have separate hashrate for each GPU is a good idea I guess. But the actual code is not designed at all for this....
It's a lot of work for a very little gain.

@khaman1
Copy link

khaman1 commented Jul 9, 2017

Right. Claymore does have these features. But if you set up your mining rig on Ubuntu, you will have to set coolbits on NVIDIA driver in order to read out the properties of the cards. I'm pretty sure we have the same thing to do on Windows so that the code still doesn't have that. By the way, I would like to have a watchdog to restart the code when it fails in running.

@jimmykl
Copy link
Contributor

jimmykl commented Jul 9, 2017

@MethanX There's an existing issue for enhancing the console output here #62 and @khaman1 likewise for the restart/watchdog feature: #60

If you could add your ideas to those issues and close this one that would be cool. Thanks!

I agree they are both important things to have for a fully featured miner.

@kmanthezu
Copy link

for linux
watch n -0.5 nvidia-smi

@hcbraun
Copy link

hcbraun commented Jul 12, 2017

for all statistics
nvidia-smi dmon -s pucvmet -o T

@kmanthezu
Copy link

thanks, that is cool. is there a way to have it show by card? I currently have 2 running in my test system

@hcbraun
Copy link

hcbraun commented Jul 13, 2017

default shows all cards. you can use -i option to show individual cards. try nvidia-smi dmon --help for details

@JohnDotOwl
Copy link

+1

@Jacxz
Copy link

Jacxz commented Nov 25, 2017

Hashrate per card was added with #225
Temperature and Fan will come with PR #319

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants