Date: Mon, 31 Aug 2015 19:35:54 +0100 From: Dave <dave@dgmm.net> To: freebsd-questions@freebsd.org Subject: Re: system temperatures Message-ID: <1568095.rmZeycZDhO@amd.asgard.uk> In-Reply-To: <55E324C4.4010500@hiwaay.net> References: <55E324C4.4010500@hiwaay.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 30 August 2015 10:49:34 you wrote: > It is convenient on my various linux boxen to use lm_sensors to retrieve > apparently accurate temps. for various system components (CPU's), as > well as data on fan speeds, etc. Under FreeBSD (9.3R-p21), sysctl > provides some of this info, but apparently inaccurately. It would be > sweet to fix that minor issue, seems like it would be a bit more than > just sweet for remote servers, etc. Do I file this as a problem report > of some sort ? If so, how do I go about doing that ? TIA & have a > nice weekend. It might be worth doing this: sysctl -a | grep temp dev.cpu.0.temperature: 42.0C dev.cpu.1.temperature: 42.0C dev.cpu.2.temperature: 42.0C dev.cpu.3.temperature: 42.0C dev.cpu.4.temperature: 42.0C dev.cpu.5.temperature: 42.0C dev.amdtemp.0.%desc: AMD CPU On-Die Thermal Sensors dev.amdtemp.0.%driver: amdtemp dev.amdtemp.0.%parent: hostb4 dev.amdtemp.0.sensor0.core0: 42.0C ...just to see what else might show up in relation to temperatures in the various sysctl variables. both healthd and xmbmon in their default states report a CPU temp of ~143c on my system. 42c is ~107F so that's not the problem.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1568095.rmZeycZDhO>