Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2004 05:08:02 +0000
From:      jason henson <jason@ec.rr.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: How to monitor processor temperature from command line?
Message-ID:  <1104296882l.4925l.3l@BARTON>
In-Reply-To: <2081E64A-594D-11D9-90F8-000D9333E43C@secure-computing.net> (from ecrist@secure-computing.net on Tue Dec 28 22:52:57 2004)
References:  <2081E64A-594D-11D9-90F8-000D9333E43C@secure-computing.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/28/04 22:52:57, Eric F Crist wrote:
> How can I monitor my processor temperature from the command line?  =20
> I'm looking at possibly writing a script that will allow me to =20
> average the CPU temps and report them as part of the periodic/daily =20
> report.
>=20
> Thanks.
>=20
> _______________________________________________________
> Eric F Crist                  "I am so smart, S.M.R.T!"
> Secure Computing Networks              -Homer J Simpson
It used to moniter in kalvins x10.  So it would read out to 2800 and =20
the temp be 44.33C.

$ sysctl -a |grep therm
hw.acpi.thermal.min_runtime: 0
hw.acpi.thermal.polling_rate: 10
hw.acpi.thermal.tz0.temperature: 54.0C
hw.acpi.thermal.tz0.active: -1
hw.acpi.thermal.tz0.thermal_flags: 0
hw.acpi.thermal.tz0._PSV: 60.0C
hw.acpi.thermal.tz0._HOT: -1
hw.acpi.thermal.tz0._CRT: 60.0C
hw.acpi.thermal.tz0._ACx: 60.0C -1 -1 -1 -1 -1 -1 -1 -1 -1
$  sysctl hw.acpi.thermal.tz0.temperature
hw.acpi.thermal.tz0.temperature: 54.0C



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1104296882l.4925l.3l>