Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 14 Dec 2002 13:28:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 14 Dec 2002 13:28:54 -0500 Received: from adsl-67-64-81-217.dsl.austtx.swbell.net ([67.64.81.217]:62082 "HELO digitalroadkill.net") by vger.kernel.org with SMTP id ; Sat, 14 Dec 2002 13:28:53 -0500 Subject: Re: Intel P6 vs P7 system call performance From: GrandMasterLee To: Dave Jones Cc: Mike Dresser , linux-kernel@vger.kernel.org In-Reply-To: <20021214100125.GA30545@suse.de> References: <20021214100125.GA30545@suse.de> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Digitalroadkill.net Message-Id: <1039890995.17062.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 14 Dec 2002 12:36:35 -0600 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1225 Lines: 29 On Sat, 2002-12-14 at 04:01, Dave Jones wrote: > On Fri, Dec 13, 2002 at 11:53:51PM -0500, Mike Dresser wrote: > > On Fri, 13 Dec 2002, Mike Dresser wrote: > > > > > The single P4/2.53 in another machine can haul down in 3m17s > > > > > Amend that to 2m19s, forgot to kill a background backup that was moving > > files around at about 20 meg a second. > Note that there are more factors at play than raw cpu speed in a > kernel compile. Your time here is slightly faster than my 2.8Ghz P4-HT for > example. My guess is you have faster disk(s) than I do, as most of > the time mine seems to be waiting for something to do. An easy way to level the playing field would be to use /dev/shm to build your kernel in. That way it's all in memory. If you've got a maching with 512M, then it's easily accomplished. > *note also that this is compiling stock 2.4.20 with default configuration. > The minute you change any options, we're comparings apples to oranges. > > Dave - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/