Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 11 Aug 2002 20:37:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 11 Aug 2002 20:37:49 -0400 Received: from garrincha.netbank.com.br ([200.203.199.88]:61711 "HELO garrincha.netbank.com.br") by vger.kernel.org with SMTP id ; Sun, 11 Aug 2002 20:37:48 -0400 Date: Sun, 11 Aug 2002 21:41:21 -0300 (BRT) From: Rik van Riel X-X-Sender: riel@imladris.surriel.com To: Adam Kropelin cc: Andrew Morton , lkml Subject: Re: [patch 1/21] random fixes In-Reply-To: <20020812002739.GA778@www.kroptech.com> Message-ID: X-spambait: aardvark@kernelnewbies.org X-spammeplease: aardvark@nl.linux.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1294 Lines: 33 On Sun, 11 Aug 2002, Adam Kropelin wrote: > fast IBM disk. Filesystem was ext3 in data=ordered mode. Test workload > was an inbound (from the point of view of the system under test) FTP > transfer of a 600 MB iso image. All test runs were from a clean boot > with all unnecessary services shut down. > machine stalled (FTP transfer halted, vmstat output paused, etc.). With > 2.5.31-akpm, the stalls were about 3-4 seconds in length. With 2.5.31, > the stalls were of the same duration, but slightly less frequent. With Definately some writeout sillyness. Why would we ever stop writing pages to disk while a transfer is going on and then suddenly decide to stall the system because pages are being dirtied at a rate faster than we write them ? If we can smooth out the writing we can keep the disks busy all the time and should in theory perform better. I wonder why Andrew made the writeout in 2.5 _more_ bursty ... regards, Rik -- Bravely reimplemented by the knights who say "NIH". http://www.surriel.com/ http://distro.conectiva.com/ - 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/