Date: Wed, 30 Oct 1996 06:40:03 -0800 (PST) From: Tor Egge <Tor.Egge@idt.ntnu.no> To: freebsd-bugs Subject: Re: bin/1927: User CPU time getting accounting as system time Message-ID: <199610301440.GAA01029@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: Tor Egge <Tor.Egge@idt.ntnu.no> To: markd@grizzly.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/1927: User CPU time getting accounting as system time Date: Wed, 30 Oct 1996 15:29:02 +0100 > 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. - Tor Egge
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610301440.GAA01029>