CPU Reporting - Temperature

Status
Not open for further replies.

Remanent

Cadet
Joined
Jan 14, 2015
Messages
1
So is there a simple solution for creating a graph similar to what's in the reporting area for CPU temperature, or adding it to a graph? I've seen information saying to add it in collectd, or to install mbmon using:
Code:
add_pkg -r mbmon

At this point, i'm kind of at a loss as to what I should do to try and do to get a solution with this. I've also tried searching for a plugin, hoping that might be a viable route as well.


Using the line:
Code:
sysctl -a | egrep -E "cpu\.[0-9]+\.temp"


gave this result:
Code:
dev.cpu.0.temperature: 46.0C
dev.cpu.1.temperature: 46.0C
dev.cpu.2.temperature: 37.0C
dev.cpu.3.temperature: 37.0C
dev.cpu.4.temperature: 39.0C
dev.cpu.5.temperature: 39.0C
dev.cpu.6.temperature: 38.0C
dev.cpu.7.temperature: 38.0C

So while the temperatures aren't any obvious issue, i'd like to keep an eye on them via a graph if possible.

The hardware involved here is an Intel i7-920 at stock speeds (currently) installed into an Asus P6X58D-E motherboard w/ 24gb of ram installed.

Thank you for your time,
Tom
 
Status
Not open for further replies.
Top