From owner-freebsd-bugs Wed Oct 30 08:40:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA29282 for bugs-outgoing; Wed, 30 Oct 1996 08:40:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA29255; Wed, 30 Oct 1996 08:40:02 -0800 (PST) Date: Wed, 30 Oct 1996 08:40:02 -0800 (PST) Message-Id: <199610301640.IAA29255@freefall.freebsd.org> To: freebsd-bugs Cc: From: Mark Diekhans Subject: Re: bin/1927: User CPU time getting accounting as system time Reply-To: Mark Diekhans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/1927; it has been noted by GNATS. From: Mark Diekhans To: Tor.Egge@idt.ntnu.no Cc: FreeBSD-gnats-submit@freebsd.org, Bruce Evans Subject: Re: bin/1927: User CPU time getting accounting as system time Date: Wed, 30 Oct 1996 08:34:29 -0800 (PST) >> I ran an CPU intensive job, timing it with /usr/bin/time and the result was >> 2097.84 real 0.00 user 2013.06 sys > >Try "vmstat -i; sleep 2; vmstat -i" to see if RTC interrupts are still >being generated. If not, you may load an lkm that performs an >"rtcin(RTC_INTR)" call to restart the RTC interrupt. Although user time appears to be working, the above returns interrupt total rate clk0 irq0 4836779 100 rtc0 irq8 6191284 128 pci irq11 251175 5 fdc0 irq6 1 0 sc0 irq1 31291 0 sio1 irq3 578888 11 lpt0 irq7 180 0 psm0 irq12 355659 7 Total 12245257 253 interrupt total rate clk0 irq0 4836987 100 rtc0 irq8 6191551 128 pci irq11 251184 5 fdc0 irq6 1 0 sc0 irq1 31292 0 sio1 irq3 578888 11 lpt0 irq7 180 0 psm0 irq12 355659 7 Total 12245742 253 Which module you you suggest? Mark