From owner-freebsd-geom@FreeBSD.ORG Wed Feb 2 11:17:46 2005 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8A1B16A4CE for ; Wed, 2 Feb 2005 11:17:46 +0000 (GMT) Received: from clueful.shagged.org (clueful.shagged.org [212.13.201.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84AC243D2D for ; Wed, 2 Feb 2005 11:17:46 +0000 (GMT) (envelope-from chris@clueful.shagged.org) Received: from chris by clueful.shagged.org with local (Exim 4.40 (FreeBSD)) id 1CwIVu-000NpH-7d for freebsd-geom@freebsd.org; Wed, 02 Feb 2005 11:17:38 +0000 Date: Wed, 2 Feb 2005 11:17:38 +0000 From: Chris Elsworth To: freebsd-geom@freebsd.org Message-ID: <20050202111738.GA91357@shagged.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Sender: Chris Elsworth X-Shagged-MailScanner-Information: See www.mailscanner.info for information X-Shagged-MailScanner: Found to be clean X-MailScanner-From: chris@clueful.shagged.org Subject: Disk statistics since boot? X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 11:17:46 -0000 Hello, I'm sure there must be a way to do this, but I'm having a good deal of trouble finding it. I'd like to be able to see how many transactions have been done and how many bytes have been read/written to a given disk since boot. The closest I can seem to get is iostat -dI, but that doesn't separate the values out into read and write. I haven't tried snmpd with UCD-DISKIO-MIB yet, but I'd rather not have to use that to get the values. Is this possible, or is it something that might make it into future versions of geom classes? Cheers, -- Chris