From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 1 Aug 2004 09:02:28 -0400 (EDT) From: Rik van Riel Subject: Re: [PATCH] token based thrashing control In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-mm@kvack.org Return-Path: To: linux-mm@kvack.org Cc: sjiang@cs.wm.edu, linux-kernel@vger.kernel.org List-ID: On Fri, 30 Jul 2004, Rik van Riel wrote: > I have run a very unscientific benchmark on my system to test > the effectiveness of the patch, timing how a 230MB two-process > qsbench run takes, with and without the token thrashing > protection present. > > normal 2.6.8-rc2: 6m45s > 2.6.8-rc2 + token: 4m24s OK, I've now also ran day-long kernel compilate tests, 3 times each with make -j 10, 20, 30, 40, 50 and 60 on my dual pIII w/ 384 MB and a 180 MB named in the background. For make -j 10 through make -j 50 the differences are in the noise, basically giving the same result for each kernel. However, for make -j 60 there's a dramatic difference between a kernel with the token based swapout and a kernel without. normal 2.6.8-rc2: 1h20m runtime / ~26% CPU use average 2.6.8-rc2 + token: 42m runtime / ~52% CPU use average Time to dig out a dedicated test machine at the office and do some testing with (RE-)AIM7, I wonder if the max number of users supported will grow... -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: aart@kvack.org