Date: Wed, 30 Oct 1996 07:40:02 -0800 (PST) From: Bruce Evans <bde@zeta.org.au> To: freebsd-bugs Subject: Re: bin/1927: User CPU time getting accounting as system time Message-ID: <199610301540.HAA13759@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: Bruce Evans <bde@zeta.org.au> To: FreeBSD-gnats-submit@FreeBSD.ORG, markd@Grizzly.COM Cc: Subject: Re: bin/1927: User CPU time getting accounting as system time Date: Thu, 31 Oct 1996 02:24:24 +1100 >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 The statistics clock has apparently stopped. This used to cause 0.00 for both the user and systm times, but I changed it so that times for short- lived processes are counted somewhere, and this has the side effect of counting all process times as system times if the statclock stops. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610301540.HAA13759>