Date: Fri, 27 Nov 1998 00:22:01 +1100 From: Bruce Evans <bde@zeta.org.au> To: bde@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/top machine.c Message-ID: <199811261322.AAA21735@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> previous commit removed this compensation. %cpu values will be wrong by > a factor of stathz/hz until the kernel is fixed. (The kernel gets it > wrong by a factor of stathz/hz, and top got the compensation wrong by > a factor of 100/stathz.) ^^^^^^^^^^ Oops, actually 100/hz (normally 1). `hz' was also overloaded to hold stathz in top. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811261322.AAA21735>