Author

Topic: How can I get GPU temp from the command line for AMD Sapphire Cards? (Read 2814 times)

legendary
Activity: 2702
Merit: 1468
Anyone?

Get akbash source
https://bitcointalksearch.org/topic/akbash-1012-open-source-cgminer-watchdog-remote-monitoring-emails-http-76208

look at adl.cpp, extract what you need and compile a console app.

         temp.iSize = sizeof(ADLTemperature);
         temp.iTemperature = 0;
         result = ADL_Overdrive5_Temperature_Get(adlInfo.adapters.adapterIndex, 0, &temp);
newbie
Activity: 28
Merit: 0
newbie
Activity: 28
Merit: 0
How can I get GPU temperature from the Windows command line for AMD Sapphire Cards?

Thanks
Jump to: