Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2004 18:04:12 +0000
From:      David Malone <dwmalone@maths.tcd.ie>
To:        Scott W <wegster@mindcore.net>
Cc:        freebsd-current@freebsd.org
Subject:   Re: `top` reports all CPU states as 0% on i386
Message-ID:  <20040111180412.GA54067@walton.maths.tcd.ie>
In-Reply-To: <40017EDB.4030801@mindcore.net>
References:  <200401110114.i0B1Eb3d013350@f1.masterplan.org> <40017EDB.4030801@mindcore.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040111180412.GA54067>