From owner-freebsd-current Tue Feb 4 17:21:51 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A1937B401; Tue, 4 Feb 2003 17:21:50 -0800 (PST) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A08243F93; Tue, 4 Feb 2003 17:21:49 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by rwcrmhc52.attbi.com (rwcrmhc52) with ESMTP id <2003020501214805200dv298e>; Wed, 5 Feb 2003 01:21:49 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id RAA87990; Tue, 4 Feb 2003 17:21:48 -0800 (PST) Date: Tue, 4 Feb 2003 17:21:47 -0800 (PST) From: Julian Elischer To: Poul-Henning Kamp Cc: current@freebsd.org Subject: Re: Preview: GEOMs statistics code. In-Reply-To: <25779.1044395087@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Feb 2003, Poul-Henning Kamp wrote: > > > > Now, discussion time: > > The timestamps cost something to make, and my plan was to only collect > them while a monitoring program is running. (Is this a good idea ?) > probably it is a good idea though it does lead to the possibility of a heisenbug in some corner cases.. "It doesn't have the problem when I look at the stats" Turning on and off the stamping could lead to corner cases, but I'm sure that overall it's worthwhile assuming all methods of gathering stats can notify the kernel that they are doing so.. > In difference from the devstat framework which measures how big a > percentage of the time a drive has one or more outstanding requests, > I think that measuring the responstime is a much more useful metric. > (comments, input, references welcome) The devstat figure is probably more useful in working out what the total capacity of a device is and what percentage of that figure is being used. Command Latencies are however also of great interest so I can see a point for having both sets of numbers. > Comments, ideas, suggestions. Progress is good. and I agree with the way this is going.. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message