From owner-freebsd-current@FreeBSD.ORG Mon Oct 27 00:46:39 2003 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 80B4716A4B3; Mon, 27 Oct 2003 00:46:39 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D98AB43FBF; Mon, 27 Oct 2003 00:46:37 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id TAA15114; Mon, 27 Oct 2003 19:46:32 +1100 Date: Mon, 27 Oct 2003 19:46:31 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Jon Mini In-Reply-To: <20031027072944.GC19043@elvis.mu.org> Message-ID: <20031027193638.G22164@gamplex.bde.org> References: <20031017180118.U7662@gamplex.bde.org> <20031027072944.GC19043@elvis.mu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Jeff Roberson cc: current@FreeBSD.org Subject: Re: More ULE bugs fixed. 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: Mon, 27 Oct 2003 08:46:39 -0000 On Sun, 26 Oct 2003, Jon Mini wrote: > Jeff Roberson [jroberson@chesapeake.net] wrote : > > > On Fri, 17 Oct 2003, Bruce Evans wrote: > > > > How would one test if it was an improvement on the 4BSD scheduler? It > > is not even competitive in my simple tests. > > What were your simple tests? Er, they were in the original mail. Just do parts of buildworld with -j16 on an SMP system. ULE was 2.4 times slower for make depend and 2.1 times slower for make obj. Something must have been very wrong, since make obj, especially, should be completely i/o bound so it shouldn't be affected by the scheduler. Also, run a bunch of CPU hog processes with various nicenesses and look at top output to check that they are given reasonable amounts of CPU. Bruce