From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 17:41:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3570416A418 for ; Wed, 7 Nov 2007 17:41:35 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id ACBEC13C481 for ; Wed, 7 Nov 2007 17:41:34 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu ([151.77.243.166]) (authenticated bits=128) by parrot.aev.net (8.14.1/8.13.8) with ESMTP id lA7HiWb2091649 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 7 Nov 2007 18:44:38 +0100 (CET) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.1/8.13.8) with ESMTP id lA7HfV45020788; Wed, 7 Nov 2007 18:41:31 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <4731F8B7.9090003@netfence.it> Date: Wed, 07 Nov 2007 18:41:11 +0100 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.6 (X11/20070806) MIME-Version: 1.0 To: Doug Clements References: <4731E6BC.6050703@netfence.it> <54da514e0711070847r2f4f1698w9ed28ca7c5d21f73@mail.gmail.com> In-Reply-To: <54da514e0711070847r2f4f1698w9ed28ca7c5d21f73@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on 212.31.247.179 Cc: freebsd-questions@freebsd.org Subject: Re: Best way to measure disk bandwidth usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 17:41:35 -0000 Doug Clements ha scritto: > gstat, iostat, and systat -vm are the tools I use for this. Thanks for the fast answer. A couple more questions: gstat gives percentage values: what are these and how are they computed? In the man page I can find no answer. iostat is also expecially interesting, since it can run non-interactively and I could poll it through cacti... However this monitors only raw da devices. Is there a way to get gmirrors monitored? Finally this gives overall MB/s, which is very interesting, but I'd also need to refer this to an end-of-scale value, in order to understand if the disks are working to their fullest (and thus are the bottleneck). Is this correct? Where could I desume such a value? (I remember there was an utility... though I don't remember its name). bye & Thanks av.