From owner-freebsd-questions@FreeBSD.ORG Wed Dec 29 04:12:02 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 98F1716A4CE for ; Wed, 29 Dec 2004 04:12:02 +0000 (GMT) Received: from dave.horsfall.org (mrdavi2.lnk.telstra.net [139.130.75.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D4743D2D for ; Wed, 29 Dec 2004 04:12:00 +0000 (GMT) (envelope-from dave@horsfall.org) Received: from localhost (dave@localhost) by dave.horsfall.org (8.11.4/8.11.4) with ESMTP id iBT4Bvp26119 for ; Wed, 29 Dec 2004 15:11:57 +1100 (EST) Date: Wed, 29 Dec 2004 15:11:57 +1100 (EST) From: Dave Horsfall To: freebsd-questions@freebsd.org In-Reply-To: <2081E64A-594D-11D9-90F8-000D9333E43C@secure-computing.net> Message-ID: References: <2081E64A-594D-11D9-90F8-000D9333E43C@secure-computing.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 04:12:02 -0000 On Tue, 28 Dec 2004, Eric F Crist wrote: > How can I monitor my processor temperature from the command line? I'm looking > at possibly writing a script that will allow me to average the CPU temps and > report them as part of the periodic/daily report. /usr/ports/sysutils/xmbmon/pkg-descr: This is an X/tty motherboard monitor which supports LM78/79, WINBond 83781D/83782D/83783S, ASUS 991227F, and VIA VT82C686A/B PC-health chips via 3 methods: ISA-I/O, SMBus, VIA-direct. Run "mbmon -h" or "xmbmon -help" to see the usage. ***CAUTION*** These programs access to the SMBus or the ISA-IO port directly under the superuser privilege, so it may cause a system crash. Please test "mbmon -d" or "xmbmon -debug" first. WWW: http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html -- Dave