From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivek Goyal Subject: Re: [PATCH 3/4] dm stats: report histogram of latencies Date: Tue, 16 Jun 2015 12:21:10 -0400 Message-ID: <20150616162110.GA14943@redhat.com> References: Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: device-mapper development Cc: Mike Snitzer , Laurence Oberman , Tao Ma , Robin Dong , Coly Li , "Alasdair G. Kergon" List-Id: dm-devel.ids On Tue, Jun 09, 2015 at 05:22:05PM -0400, Mikulas Patocka wrote: > This patch adds an option to dm statistics to collect and report the > histogram of latencies. > > Signed-off-by: Mikulas Patocka I am wondering how does histogram help. IOW, if disks are bad, will average latencies not go up as well and that one can already calcualte using existing stats. Thanks Vivek