From owner-freebsd-current Mon Apr 3 1:10:24 2000 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 5BB9A37BC27 for ; Mon, 3 Apr 2000 01:10:21 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id BAA54079; Mon, 3 Apr 2000 01:10:17 -0700 (PDT) (envelope-from dillon) Date: Mon, 3 Apr 2000 01:10:17 -0700 (PDT) From: Matthew Dillon Message-Id: <200004030810.BAA54079@apollo.backplane.com> To: Kevin Day Cc: toasty@dragondata.com (Kevin Day), current@FreeBSD.ORG Subject: Re: Load average calculation? References: <200004030410.XAA75906@celery.dragondata.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :> a more accurate measure of load. :> : :Ahh, and since nearly everything is done on this system via NFS, I can :imagine that several things are waiting for NFS responses. : :It's probably more accurate, but from a PR standpoint it makes it "look" :like FreeBSD is choking under the load, when it really isn't. Or am I the :only one that even cares about this? :) : :Kevin Heh. You can always hack your kernel source locally. I think the code you want to mess around with is /usr/src/sys/vm/vm_meter.c, the 'loadav' procedure. Replacing the 'FALLTHROUGH' comment with a 'break;' statement ought to do the trick for you. I don't think we should change anything in the official tree. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message