Page 1 of 1

Polling at will

Posted: Wed May 29, 2013 11:19 pm
by photonblaster
Is it possible, maybe with an add in, to query CoreTemp and get the average CPU load since the last query, and at the same time the current CPU temp? The time between queries would not be fixed.

Re: Polling at will

Posted: Thu May 30, 2013 10:48 pm
by The Coolest
You have the Core Temp SDK here: http://www.alcpu.com/CoreTemp/developers.html
You can write your own program to poll Core Temp's shared memory once a second (or whatever you set it to), and calculate averages on its own.
I don't see a simple way to integrate what you're asking into Core Temp itself, unfortunately.