Date: Thu, 26 Nov 1998 06:00:09 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_synch.c Message-ID: <199811261400.GAA02641@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/11/26 06:00:09 PST Modified files: sys/kern kern_synch.c Log: Fixed scaling of p_pctcpu. It was wrong by a factor of stathz/hz. Until recently, this was half compensated for in at least ps and top by multiplying by 100/stathz to get a better wrong factor of 100/hz. Revision Changes Path 1.66 +8 -8 src/sys/kern/kern_synch.c 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?199811261400.GAA02641>