From owner-freebsd-current@FreeBSD.ORG Sun Jan 11 10:10:39 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D5C16A4CE for ; Sun, 11 Jan 2004 10:10:39 -0800 (PST) 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 F086343D31 for ; Sun, 11 Jan 2004 10:10:37 -0800 (PST) (envelope-from wegster@mindcore.net) Received: from mindcore.net (rdu162-234-100.nc.rr.com [24.162.234.100]) i0BIAYTe024393; Sun, 11 Jan 2004 13:10:34 -0500 (EST) Message-ID: <4001919A.3050109@mindcore.net> Date: Sun, 11 Jan 2004 13:10:34 -0500 From: Scott W User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20031129 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Malone References: <200401110114.i0B1Eb3d013350@f1.masterplan.org> <40017EDB.4030801@mindcore.net> <20040111180412.GA54067@walton.maths.tcd.ie> In-Reply-To: <20040111180412.GA54067@walton.maths.tcd.ie> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: Jason George cc: freebsd-current@freebsd.org Subject: Re: `top` reports all CPU states as 0% on i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2004 18:10:39 -0000 David Malone wrote: >On Sun, Jan 11, 2004 at 11:50:35AM -0500, Scott W wrote: > > >>Not sure this helps in any immediate fashion, but another data point.... >> >> > >I think this problem is usually caused by one of the clock interrupts >stopping. Checking the output of "vmstat -i" can confirm this - check >for: > >clk irq0 1044322763 100 >rtc irq8 1352668148 129 > >The rate for the first one should 100 (Or possibly HZ, if you have >adjusted HZ). The rate of the second should be about 128, unless >things have got confused. > > David. > > > Things are in fact working correctly on my system at the moment, although I'll certainly check this if I experience the same issue again. Current output of vmstat -i: [wegster@freeb] /home/wegster [1] $ vmstat -i interrupt total rate irq1: atkbd0 10 0 irq3: sio1 2 0 irq4: sio0 2 0 irq6: fdc0 4 0 irq8: rtc 20265654 127 irq9: ohci0 1 0 irq12: psm0 279 0 irq13: npx0 1 0 stray irq13 1 0 irq14: ata0 30 0 irq20: ips0 62763 0 irq27: pcn0 3186839 20 irq0: clk 15829921 99 Total 39345507 248 Scott