Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 19 Jun 2002 13:02:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 19 Jun 2002 13:02:45 -0400 Received: from [213.23.20.58] ([213.23.20.58]:4758 "EHLO starship") by vger.kernel.org with ESMTP id ; Wed, 19 Jun 2002 13:01:41 -0400 Content-Type: text/plain; charset=US-ASCII From: Daniel Phillips To: Rik van Riel , Craig Kulesa Subject: Re: [PATCH] (2/2) reverse mappings for current 2.5.23 VM Date: Wed, 19 Jun 2002 19:01:23 +0200 X-Mailer: KMail [version 1.3.2] Cc: linux-kernel@vger.kernel.org, References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1401 Lines: 38 On Wednesday 19 June 2002 13:58, Rik van Riel wrote: > > 2.5.22 vanilla: > > Total kernel swapouts during test = 29068 kB > > Total kernel swapins during test = 16480 kB > > Elapsed time for test: 141 seconds > > > > 2.5.23-rmap (this patch -- "rmap-minimal"): > > Total kernel swapouts during test = 24068 kB > > Total kernel swapins during test = 6480 kB > > Elapsed time for test: 133 seconds > > > > 2.5.23-rmap13b (Rik's "rmap-13b complete") : > > Total kernel swapouts during test = 40696 kB > > Total kernel swapins during test = 380 kB > > Elapsed time for test: 133 seconds > > Interesting to see that both rmap versions have the same > performance, it would seem that swapouts are much cheaper > than waiting for a pagefault to swap something in ... You might conclude from the above that the lru+rmap is superior to aging+rmap: while they show the same wall-clock time, lru+rmap consumes considerably less disk bandwidth. Naturally, it would be premature to conclude this from one trial on one load. These patches need benchmarking - lots of it, and preferrably in the next few days. We need to see cpu stats as well. -- Daniel - 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/