Date: Sun, 7 Apr 1996 17:06:17 +1000 From: Bruce Evans <bde@zeta.org.au> To: hackers@FreeBSD.ORG, mbarkah@hemi.com Subject: Re: HELP! All processes CPU time *stuck* at 0.00% Message-ID: <199604070706.RAA32368@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>I have a really weird problem. All of the process CPU percentage >time as reported by ps and top is 0.0% (even if I run a huge cpu-hog >test program.) vmstat reports the computer is at 0% idle(!) (top says Your rtc0 clock interrupt stopped working for some reason. This may be caused by using option DUMMY_NOPS or some other timing problem in accessing the rtc. I removed this option in -current a few days ago. >3. vmstat, 5 second samples >|procs memory page disks faults cpu >|r b w avm fre flt re pi po fr sr f0 s0 s1 c0 in sy cs us sy id >|2 0 0183116 4492 43 0 0 0 32 0 0 1 0 0 257 210 33 3 4 93 >|0 0 0183120 4484 1 0 0 0 0 0 0 0 0 0 170 343 91 0 0 0 >|0 0 0152696 4180 33 0 0 0 14 0 0 512 0 0 197 391 92 0 0 0 >|0 0 0152112 4044 57 0 0 0 44 0 0 0 0 0 176 521 99 0 0 0 >|0 0 0173264 3816 102 0 0 0 80 0 0 0 512 0 148 903 258 0 0 0 The `in' count should always be >= 100+128 (+-1 +-1) if clock interrupts are working. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604070706.RAA32368>