Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965167AbWJXQCM (ORCPT ); Tue, 24 Oct 2006 12:02:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965168AbWJXQCM (ORCPT ); Tue, 24 Oct 2006 12:02:12 -0400 Received: from mtagate1.uk.ibm.com ([195.212.29.134]:58583 "EHLO mtagate1.uk.ibm.com") by vger.kernel.org with ESMTP id S965167AbWJXQCK (ORCPT ); Tue, 24 Oct 2006 12:02:10 -0400 Message-ID: <453E38FE.1020306@de.ibm.com> Date: Tue, 24 Oct 2006 18:02:06 +0200 From: Martin Peschke User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Jens Axboe CC: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [Patch 0/5] I/O statistics through request queues References: <1161435423.3054.111.camel@dyn-9-152-230-71.boeblingen.de.ibm.com> <20061023113728.GM8251@kernel.dk> <453D05C3.7040104@de.ibm.com> <20061023200220.GB4281@kernel.dk> In-Reply-To: <20061023200220.GB4281@kernel.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1757 Lines: 40 Jens Axboe wrote: >> Our tests indicate that the blktrace approach is fine for performance >> analysis as long as the system to be analysed isn't too busy. >> But once the system faces a consirable amount of non-sequential I/O >> workload, the plenty of blktrace-generated data starts to get painful. > > Why haven't you done an analysis and posted it here? I surely cannot fix > what nobody tells me is broken or suboptimal. Fair enough. We have tried out the silly way of blktrace-ing, storing data locally. So, it's probably not worthwhile discussing that. > I have to say it's news to > me that it's performance intensive, tests I did with Alan Brunelle a > year or so ago showed it to be quite low impact. I found some discussions on linux-btrace (Feburary 2006). There is little information on how the alleged 2 percent impact has been determined. Test cases seem to comprise formatting disks ...hmm. >> If the system runs I/O-bound, how to write out traces without >> stealing bandwith and causing side effects? > > You'd be silly to locally store traces, send them out over the network. Will try this next and post complaints, if any, along with numbers. However, a fast network connection plus a second system for blktrace data processing are serious requirements. Think of servers secured by firewalls. Reading some counters in debugfs, sysfs or whatever might be more appropriate for some one who has noticed an unexpected I/O slowdown and needs directions for further investigation. Martin - 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/