From owner-freebsd-hardware@FreeBSD.ORG Thu Mar 23 18:36:58 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9623116A422 for ; Thu, 23 Mar 2006 18:36:58 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from asmtp-out4.blueyonder.co.uk (asmtp-out4.blueyonder.co.uk [195.188.213.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C7C743D81 for ; Thu, 23 Mar 2006 18:36:56 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [80.192.2.16] (helo=[192.168.0.2]) by asmtp-out4.blueyonder.co.uk with esmtp (Exim 4.52) id 1FMUg3-00046q-Dj; Thu, 23 Mar 2006 18:36:55 +0000 Message-ID: <4422EAC6.2070002@dial.pipex.com> Date: Thu, 23 Mar 2006 18:36:54 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20060305 X-Accept-Language: en MIME-Version: 1.0 To: Yuri Lukin References: <1143132394.16617@swaggi.com> In-Reply-To: <1143132394.16617@swaggi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hardware@freebsd.org Subject: Re: FreeBSD shutting down unexpectedly X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2006 18:36:58 -0000 Yuri Lukin wrote: >I am still however a bit confused as to what mbmon is outputting for me. This >is what I am currently seeing: > >Temp.= 30.8, 28.6, 22.0; Rot.= 5818, 5113, 0 >Vcore = 1.50, 1.50; Volt. = 3.35, 3.27, 7.93, 0.00, 0.00 > >I am assuming that 30.8 is the Tcpu of cpu1. But which one is the Tcpu of cpu2? >Here's the chipset mbmon is using to probe the values: > > I believe the 1st temp is MB, the 2nd CPU1, the third CPU2. One way to figure out is to run something CPU intensive on only one CPU and watch which temp rises. A huge gzip would do the trick. The MB temp shouldn't change that much, but CPU should go up noticably. >I read the doc for mbmon but still couldn't really understand it. Do I need >to recompile the kernel with SMP in order for mbmon to read the values from >the second CPU? I didn't think that would be necessary. By the way, before anyone >asks, I do plan to compile SMP in the near future to utilize the second processor. > > I believe the monitoring chips are completely independent of SMP. The monitoring chip has no clue whether the OS is using the CPU or not, it just records its temp. --Alex PS I hope mbmon has those voltages all wrong, as 3.27 and 7.93 are nowhere near 5v or 12v! (There's also healthd in the ports, but my (limited) experience is that it doesn't always get voltages right either).