Re: unusual cpu usage

Rogier Wolff (R.E.Wolff@BitWizard.nl)
Sun, 15 Jun 1997 09:02:48 +0200 (MET DST)


Andrej Presern wrote:
>
> My system is showing some weird cpu usage here.
> Here are the stats:
>
> Information for Soda
> Load: 0.53 0.54 0.54
> CPU: 7.7%U 5.7%S 86.6%I

Your system is serving interrupts most of the time. Find out which one
by looking in /proc/interrupts, and see which counter goes up fastest.
(ignore the first (timer)).

Roger.