From owner-freebsd-hackers@FreeBSD.ORG Sun Feb 25 05:41:22 2007 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A35716A404; Sun, 25 Feb 2007 05:41:22 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id EA7F213C4B4; Sun, 25 Feb 2007 05:41:21 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id CB7FD1A4D80; Sat, 24 Feb 2007 21:41:21 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D070E51446; Sun, 25 Feb 2007 00:41:20 -0500 (EST) Date: Sun, 25 Feb 2007 00:41:20 -0500 From: Kris Kennaway To: cokane@cokane.org Message-ID: <20070225054120.GA47059@xor.obsecurity.org> References: <20070224213111.GB41434@xor.obsecurity.org> <346a80220702242100i7ec22b5h4b25cc7d20d03e98@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <346a80220702242100i7ec22b5h4b25cc7d20d03e98@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: smp@freebsd.org, hackers@freebsd.org, current@freebsd.org, Kris Kennaway Subject: Re: Progress on scaling of FreeBSD on 8 CPU systems X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2007 05:41:22 -0000 On Sat, Feb 24, 2007 at 10:00:35PM -0700, Coleman Kane wrote: > What does the performance curve look like for the in-CVS 7-CURRENT tree with > 4BSD or ULE ? How do those stand up against the Linux SMP scheduler for > scalability. It would be nice to see the comparison displayed to see what > the performance improvements of the aforementioned patch were realized to. > This would likely be a nice graphics for the SMPng project page, BTW... There are graphs of this on Jeff's blog, referenced in that URL. Fixing filedesc locking makes a HUGE difference. Kris