Hi guys, I am looking for a software solution that will allow me to constantly dump my current CPU clock speed, fan RPMs, and sensor temperatures to a log file/text that I could then reference in a separate monitoring software that I am using and plot as a chart.
I've already got all the meat of this undertaking figured out--
the monitoring software I am using will allow me to tail the last line of this log file(s) at regular 1 minute intervals, and will allow me to specify a regex to capture the values I am interested in, and will plot the data accordingly.
The only thing I am stuck on is how exactly to generate these logs. What software should I use?
I think I might have the temperature figured out with
CoreTemp/
RealTemp's logging capabilities..but what I would really want to see is clock speed & fan information.
Any ideas?
Thanks!
- d3d