From owner-freebsd-current@FreeBSD.ORG Tue Sep 7 01:58:00 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D1216A4DF for ; Tue, 7 Sep 2004 01:57:59 +0000 (GMT) Received: from adhoc.bluemidnight.ca (CPE000021ffb7ce-CM023459906096.cpe.net.cable.rogers.com [24.157.86.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4A5C43D66 for ; Tue, 7 Sep 2004 01:57:58 +0000 (GMT) (envelope-from craig@bluemidnight.ca) Received: from d226-126-88.home.cgocable.net ([24.226.126.88] helo=redline) by adhoc.bluemidnight.ca with smtp (Exim 4.34 (FreeBSD)) id 1C4VF9-000Acq-2A; Mon, 06 Sep 2004 21:57:59 -0400 Message-ID: <000701c4947e$3ec2cb00$0200000a@redline> From: "Craig Reyenga" To: "Justin Settle" References: <000501c49476$355214c0$0200000a@redline> <1094520544.719.5.camel@amon.quaggaspace.org> Date: Mon, 6 Sep 2004 21:59:00 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 cc: freebsd-current@freebsd.org Subject: Re: Loadavg is off-by-one X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 01:58:00 -0000 I am using v 1.121 of sched_ule.c; I will try 1.125 from HEAD soon. -Craig From: "Justin Settle" > On Mon, 2004-09-06 at 21:01, Craig Reyenga wrote: > > When I run N instances of "yes > /dev/null" on my 5.3-BETA3 box (actually I > > cvsupped to RELENG_5 about a day after) I see a load average of ~N+1. When > > the system is idle, it's 0, as it ought to be. > > > > More info upon request. > > > > -Craig > > > > More info: > > ULE scheduler, UP box. > > > Running the same tests, I get a load average that slowly creeps up to N > and holds there. This is using the 4BSD scheduler however, on a UP > box. > [snip]