Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756377AbYJGUTS (ORCPT ); Tue, 7 Oct 2008 16:19:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754110AbYJGUS7 (ORCPT ); Tue, 7 Oct 2008 16:18:59 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:54252 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753828AbYJGUS6 (ORCPT ); Tue, 7 Oct 2008 16:18:58 -0400 Date: Tue, 7 Oct 2008 13:17:19 -0700 From: Andrew Morton To: KOSAKI Motohiro Cc: riel@redhat.com, Lee.Schermerhorn@hp.com, kosaki.motohiro@jp.fujitsu.com, a.p.zijlstra@chello.nl, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, netdev@vger.kernel.org, trond.myklebust@fys.uio.no, dlezcano@fr.ibm.com, penberg@cs.helsinki.fi, neilb@suse.de, davem@davemloft.net Subject: Re: split-lru performance mesurement part2 Message-Id: <20081007131719.8bb24698.akpm@linux-foundation.org> In-Reply-To: <20081007231851.3B88.KOSAKI.MOTOHIRO@jp.fujitsu.com> References: <20081003153810.5dd0a33e@bree.surriel.com> <20081004232549.CE53.KOSAKI.MOTOHIRO@jp.fujitsu.com> <20081007231851.3B88.KOSAKI.MOTOHIRO@jp.fujitsu.com> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-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: 1633 Lines: 57 On Tue, 7 Oct 2008 23:26:54 +0900 (JST) KOSAKI Motohiro wrote: > Hi > > > yup, > > I know many people want to other benchmark result too. > > I'll try to mesure other bench at next week. > > I ran another benchmark today. > I choice dbench because dbench is one of most famous and real workload like i/o benchmark. > > > % dbench client.txt 4000 > > mainline: Throughput 13.4231 MB/sec 4000 clients 4000 procs max_latency=1421988.159 ms > mmotm(*): Throughput 7.0354 MB/sec 4000 clients 4000 procs max_latency=2369213.380 ms > > (*) mmotm 2/Oct + Hugh's recently slub fix > > > Wow! > mmotm is slower than mainline largely (about half performance). > > Therefore, I mesured it on "mainline + split-lru(only)" build. > > > mainline + split-lru(only): Throughput 14.4062 MB/sec 4000 clients 4000 procs max_latency=1152231.896 ms > > > OK! > split-lru outperform mainline from viewpoint of both throughput and latency :) > > > > However, I don't understand why this regression happend. erk. dbench is pretty chaotic and it could be that a good change causes dbench to get worse. That's happened plenty of times in the past. > Do you have any suggestion? One of these: vmscan-give-referenced-active-and-unmapped-pages-a-second-trip-around-the-lru.patch vm-dont-run-touch_buffer-during-buffercache-lookups.patch perhaps? -- 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/