From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 7 23:10:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6BF516A4ED for ; Mon, 7 Jun 2004 23:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE1B243D46 for ; Mon, 7 Jun 2004 23:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i57NANGT021394 for ; Mon, 7 Jun 2004 23:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i57NANA2021393; Mon, 7 Jun 2004 23:10:23 GMT (envelope-from gnats) Date: Mon, 7 Jun 2004 23:10:23 GMT Message-Id: <200406072310.i57NANA2021393@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Aditya Subject: Re: misc/67687: iostat does not provide read vs. write statistics for block devices X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Aditya List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2004 23:10:24 -0000 The following reply was made to PR misc/67687; it has been noted by GNATS. From: Aditya To: Lukas Ertl Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/67687: iostat does not provide read vs. write statistics for block devices Date: Mon, 7 Jun 2004 19:03:03 -0400 On Tue, Jun 08, 2004 at 12:34:16AM +0200, Lukas Ertl wrote: > You could have a look at gstat(8), it probably does what you want. unfortunately, no. It produces interactive output, I want cumulative output over a defined timeperiod so I can capture and store the data for historical trending -- I can do that with iostat for total transactions, but it's key to be able to do it for reads vs writes when profiling a database application. Thanks, Adi