Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754329AbZA0IaQ (ORCPT ); Tue, 27 Jan 2009 03:30:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752533AbZA0I37 (ORCPT ); Tue, 27 Jan 2009 03:29:59 -0500 Received: from brick.kernel.dk ([93.163.65.50]:16105 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750899AbZA0I36 (ORCPT ); Tue, 27 Jan 2009 03:29:58 -0500 Date: Tue, 27 Jan 2009 09:28:14 +0100 From: Jens Axboe To: "Chilukuri, Harita" Cc: Matthew Wilcox , Andi Kleen , Andrew Morton , "Wilcox, Matthew R" , "Ma, Chinang" , "linux-kernel@vger.kernel.org" , "Tripathi, Sharad C" , "arjan@linux.intel.com" , "Siddha, Suresh B" , "Styner, Douglas W" , "Wang, Peter Xihong" , "Nueckel, Hubert" , "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: <20090127082814.GN30821@kernel.dk> References: <20090114163557.11e097f2.akpm@linux-foundation.org> <20090115012147.GW29283@parisc-linux.org> <20090114180431.f4a96543.akpm@linux-foundation.org> <874p01fg3a.fsf@basil.nowhere.org> <20090115024740.GX29283@parisc-linux.org> <20090120132703.GJ30821@kernel.dk> <588992150B702C48B3312184F1B810AD03A497632C@azsmsx501.amr.corp.intel.com> <20090122112955.GH30821@kernel.dk> <588992150B702C48B3312184F1B810AD03A4F59632@azsmsx501.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <588992150B702C48B3312184F1B810AD03A4F59632@azsmsx501.amr.corp.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1263 Lines: 30 On Mon, Jan 26 2009, Chilukuri, Harita wrote: > Jens, we did test the patch that disables the whole stats. We get 0.5% gain with this patch on 2.6.29-rc2 comparing to 2.6.29-rc2-disbale_part_stats > > Below is the description of the result: > > Linux OLTP Performance summary > Kernel# Speedup(x) Intr/s CtxSw/s us% sys% idle% iowait% > 2.6.29-rc2-disbale_partition_stats 1.000 30413 42582 74 25 0 0 > 2.6.29-rc2-disable_all 1.005 30401 42656 74 25 0 0 > > Server configurations: > Intel Xeon Quad-core 2.0GHz 2 cpus/8 cores/8 threads > 64GB memory, 3 qle2462 FC HBA, 450 spindles (30 logical units) OK, so about the same, which means the lookup is likely the expensive bit. I have merged this patch: http://git.kernel.dk/?p=linux-2.6-block.git;a=commit;h=e5b74b703da41fab060adc335a0b98fa5a5ea61d which exposes an 'iostats' toggle that allows users to disable disk statistics completely. -- Jens Axboe -- 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/