-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Hardware Monitoring for NVML, ADL and AMDGPU SysFS #319
Conversation
-HWMON on windows 7 work fine & nice add !!! |
Couldn't get it to run on Linux (Ubuntu 16.04.3, Nvidia 384.69, Cuda 8.0.61-1) $ git clone [email protected]:smurfy/ethminer.git smurfy |
change output to:
So combine output of hashrate and hwmon |
…cuda. (We want to use nvml for nvidia opencl too)
Started using ADL+NVML with opencl
9887174
to
6591662
Compare
…tput instead of separate line.
Well i think this one is ready to be merged |
@smurfy it would have been nice to get an approval from someone before merging it. |
Is this temperature data working with the Claymore-compatibility JSON-API? |
This PR adds Hardware Monitoring to ethminer.
It (optionally) displays GPU Temp and Fanspeed percent to console and is available via API.
-HWMON
to enable cli displayNVML and ADL on linux uses HARDCODED Paths to the .so files. This works on my archlinux but not on ubuntu. We need some testing what happens if only the .so file without the path is set.