Date: Wed, 30 Oct 1996 08:40:02 -0800 (PST) From: Mark Diekhans <markd@Grizzly.COM> To: freebsd-bugs Subject: Re: bin/1927: User CPU time getting accounting as system time Message-ID: <199610301640.IAA29255@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/1927; it has been noted by GNATS. From: Mark Diekhans <markd@Grizzly.COM> To: Tor.Egge@idt.ntnu.no Cc: FreeBSD-gnats-submit@freebsd.org, Bruce Evans <bde@zeta.org.au> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610301640.IAA29255>