From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivek Goyal Subject: Re: [PATCH 3/9] writeback: bdi write bandwidth estimation Date: Fri, 1 Jul 2011 15:29:15 -0400 Message-ID: <20110701192915.GE28563@redhat.com> References: <20110629145245.835998321@intel.com> <20110629145553.906668553@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Jan Kara , Dave Chinner , Christoph Hellwig , Andrew Morton , Li Shaohua , Peter Zijlstra , LKML To: Wu Fengguang Return-path: Content-Disposition: inline In-Reply-To: <20110629145553.906668553@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Jun 29, 2011 at 10:52:48PM +0800, Wu Fengguang wrote: > The estimation value will start from 100MB/s and adapt to the real > bandwidth in seconds. > > It tries to update the bandwidth only when disk is fully utilized. > Any inactive period of more than one second will be skipped. Is this piece of code being tested in your graphs? Are there any inactive periods which get filtered out in your workload? I am assuming in a continuous dd, we will not have periods of inactivity 1 second long. Thanks Vivek