From owner-freebsd-hackers@FreeBSD.ORG Sat Jan 8 21:42:35 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 809D316A4CE; Sat, 8 Jan 2005 21:42:35 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3126243D1F; Sat, 8 Jan 2005 21:42:35 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id j08LcZXX049555; Sat, 8 Jan 2005 16:38:35 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)j08LcV96049552; Sat, 8 Jan 2005 21:38:35 GMT (envelope-from robert@fledge.watson.org) Date: Sat, 8 Jan 2005 21:38:31 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Charles Sprickman In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-hackers@freebsd.org cc: Ceri Davies cc: tjr@freebsd.org Subject: Re: Benchmark: NetBSD 2.0 beats FreeBSD 5.3 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2005 21:42:35 -0000 On Sat, 8 Jan 2005, Charles Sprickman wrote: > Any idea what type of impact this patch would have on say, a large qmail > server that's drowning in context-switches? Probably not, but if you have a tolerance for doing profiling, loading debugging code, etc, there may be other things we can do that will help. Are you interested in spending a bit of time profiling the system to see what's going on? In particular, is the system actually live locking, or just getting very bogged down and as a result performing badly? A few things that would be quite interesting to see up front: - dmesg - A couple of screens of output of "systat -vmstat 1", perhaps over the course of 5 minutes. - A couple of screens of output of "top -S", also over the course of 5 minutes. Of particular interest would be how much time is being spent in system vs user or idle cpu, and whether this is an SMP box or not. Is the box running with the MPSAFE network stack? Robert N M Watson