From owner-freebsd-current@FreeBSD.ORG Tue Mar 4 06:27:50 2008 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EB391065671 for ; Tue, 4 Mar 2008 06:27:50 +0000 (UTC) (envelope-from wollman@hergotha.csail.mit.edu) Received: from hergotha.csail.mit.edu (hergotha.csail.mit.edu [66.92.79.170]) by mx1.freebsd.org (Postfix) with ESMTP id 55C528FC15 for ; Tue, 4 Mar 2008 06:27:50 +0000 (UTC) (envelope-from wollman@hergotha.csail.mit.edu) Received: from hergotha.csail.mit.edu (localhost [127.0.0.1]) by hergotha.csail.mit.edu (8.13.8/8.13.8) with ESMTP id m245pnou008921; Tue, 4 Mar 2008 00:51:49 -0500 (EST) (envelope-from wollman@hergotha.csail.mit.edu) Received: (from wollman@localhost) by hergotha.csail.mit.edu (8.13.8/8.13.8/Submit) id m245pnnP008918; Tue, 4 Mar 2008 00:51:49 -0500 (EST) (envelope-from wollman) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18380.58229.379738.408078@hergotha.csail.mit.edu> Date: Tue, 4 Mar 2008 00:51:49 -0500 From: Garrett Wollman To: Jeff Roberson In-Reply-To: <20080301222513.Y920@desktop> References: <200803020821.m228L0Yw042389@repoman.freebsd.org> <20080301222513.Y920@desktop> X-Mailer: VM 7.17 under 21.4 (patch 21) "Educational Television" XEmacs Lucid X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (hergotha.csail.mit.edu [127.0.0.1]); Tue, 04 Mar 2008 00:51:49 -0500 (EST) X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on hergotha.csail.mit.edu Cc: current@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_ule.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2008 06:27:50 -0000 < said: > Kris has done some excellent benchmarking as usual. Here you can see the > improvement in postgres depending on various scheduler debug settings: > http://people.freebsd.org/~kris/scaling/pgsql-16cpu.png Can you comment on the area under the knee in the 8-cpu topologies? I seems surprising that 16 cores performs worse than 8 cores in this regime. -GAWollman