Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763177AbZAORqB (ORCPT ); Thu, 15 Jan 2009 12:46:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755715AbZAORpr (ORCPT ); Thu, 15 Jan 2009 12:45:47 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:50023 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753623AbZAORpq (ORCPT ); Thu, 15 Jan 2009 12:45:46 -0500 Date: Thu, 15 Jan 2009 09:44:42 -0800 From: Andrew Morton To: James Bottomley Cc: Matthew Wilcox , "Wilcox, Matthew R" , chinang.ma@intel.com, linux-kernel@vger.kernel.org, sharad.c.tripathi@intel.com, arjan@linux.intel.com, andi.kleen@intel.com, suresh.b.siddha@intel.com, harita.chilukuri@intel.com, douglas.w.styner@intel.com, peter.xihong.wang@intel.com, hubert.nueckel@intel.com, chris.mason@oracle.com, srostedt@redhat.com, linux-scsi@vger.kernel.org, Andrew Vasquez , Anirban Chakraborty Subject: Re: Mainline kernel OLTP performance update Message-Id: <20090115094442.b6394544.akpm@linux-foundation.org> In-Reply-To: <1232028766.5966.10.camel@localhost.localdomain> References: <20090114163557.11e097f2.akpm@linux-foundation.org> <20090115012147.GW29283@parisc-linux.org> <20090114180431.f4a96543.akpm@linux-foundation.org> <1232028766.5966.10.camel@localhost.localdomain> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1934 Lines: 41 On Thu, 15 Jan 2009 09:12:46 -0500 James Bottomley wrote: > On Wed, 2009-01-14 at 18:04 -0800, Andrew Morton wrote: > > On Wed, 14 Jan 2009 18:21:47 -0700 Matthew Wilcox wrote: > > > On Wed, Jan 14, 2009 at 04:35:57PM -0800, Andrew Morton wrote: > > > > > > Linux OLTP Performance summary > > > > > > Kernel# Speedup(x) Intr/s CtxSw/s us% sys% idle% iowait% > > > > > > 2.6.24.2 1.000 21969 43425 76 24 0 0 > > > > > > 2.6.27.2 0.973 30402 43523 74 25 0 1 > > > > > > 2.6.29-rc1 0.965 30331 41970 74 26 0 0 > > > > > > > But the interrupt rate went through the roof. > > > > > > Yes. I forget why that was; I'll have to dig through my archives for > > > that. > > > > Oh. I'd have thought that this alone could account for 3.5%. > > Me too. Anecdotally, I haven't noticed this in my lab machines, but > what I have noticed is on someone else's laptop (a hyperthreaded atom) > that I was trying to demo powertop on was that IPI reschedule interrupts > seem to be out of control ... they were ticking over at a really high > rate and preventing the CPU from spending much time in the low C and P > states. To me this implicates some scheduler problem since that's the > primary producer of IPI reschedules ... I think it wouldn't be a > significant extrapolation to predict that the scheduler might be the > cause of the above problem as well. > Good point. The context switch rate actually went down a bit. I wonder if the Intel test people have records of /proc/interrupts for the various kernel versions. -- 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/