Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761679AbXHEUkr (ORCPT ); Sun, 5 Aug 2007 16:40:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758681AbXHEUkj (ORCPT ); Sun, 5 Aug 2007 16:40:39 -0400 Received: from smtp2.linux-foundation.org ([207.189.120.14]:39744 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753632AbXHEUki convert rfc822-to-8bit (ORCPT ); Sun, 5 Aug 2007 16:40:38 -0400 Date: Sun, 5 Aug 2007 13:33:01 -0700 From: Andrew Morton To: =?ISO-8859-1?B?SvZybg==?= Engel Cc: Ingo Molnar , Arjan van de Ven , Willy Tarreau , Alan Cox , Jeff Garzik , Linus Torvalds , Peter Zijlstra , linux-mm@kvack.org, Linux Kernel Mailing List , miklos@szeredi.hu, neilb@suse.de, dgc@sgi.com, tomoki.sekiyama.qu@hitachi.com, nikita@clusterfs.com, trond.myklebust@fys.uio.no, yingchao.zhou@gmail.com, richard@rsk.demon.co.uk, david@lang.hm Subject: Re: [PATCH 00/23] per device dirty throttling -v8 Message-Id: <20070805133301.107ce725.akpm@linux-foundation.org> In-Reply-To: <20070805202112.GA32088@lazybastard.org> References: <20070804192130.GA25346@elte.hu> <20070804211156.5f600d80@the-village.bc.nu> <20070804202830.GA4538@elte.hu> <20070804210351.GA9784@elte.hu> <20070804225121.5c7b66e0@the-village.bc.nu> <20070805072141.GA4414@elte.hu> <20070805085354.GC6002@1wt.eu> <20070805141708.GB25753@lazybastard.org> <1186336953.2777.17.camel@laptopd505.fenrus.org> <20070805183714.GA31606@lazybastard.org> <20070805202112.GA32088@lazybastard.org> X-Mailer: Sylpheed 2.4.1 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1140 Lines: 26 On Sun, 5 Aug 2007 22:21:12 +0200 J?rn Engel wrote: > On Sun, 5 August 2007 20:37:14 +0200, J?rn Engel wrote: > > > > Guess I should throw in a kernel compile test as well, just to get a > > feel for the performance. > > Three runs each of noatime, relatime and atime, both with cold caches > and with warm caches. Scripts below. Run on a Thinkpad T40, 1.5GHz, > 2GiB RAM, 60GB 2.5" IDE disk, ext3. > > Biggest difference between atime and noatime (median run, cold cache) is > ~2.3%, nowhere near the numbers claimed by Ingo. Ingo, how did you > measure 10% and more? Ingo had CONFIG_DEBUG_INFO=y, which generates heaps more writeout, but no additional atime updates. Ingo had a faster computer ;) That will generate many more MB/sec write traffic, so the cost of those atime seeks becomes proportionally higher. Basically: you're CPU-limited, Ingo is seek-limited. - 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/