From owner-freebsd-questions@FreeBSD.ORG Wed Dec 29 05:03:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 405B116A4CE for ; Wed, 29 Dec 2004 05:03:36 +0000 (GMT) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E68E43D41 for ; Wed, 29 Dec 2004 05:03:35 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from BARTON (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) iBT53Wkc025119 for ; Wed, 29 Dec 2004 00:03:32 -0500 (EST) Date: Wed, 29 Dec 2004 05:08:02 +0000 From: jason henson To: freebsd-questions@freebsd.org References: <2081E64A-594D-11D9-90F8-000D9333E43C@secure-computing.net> In-Reply-To: <2081E64A-594D-11D9-90F8-000D9333E43C@secure-computing.net> (from ecrist@secure-computing.net on Tue Dec 28 22:52:57 2004) X-Mailer: Balsa 2.2.6 Message-Id: <1104296882l.4925l.3l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: How to monitor processor temperature from command line? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 05:03:36 -0000 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