From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 17:13:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F68016A4CE for ; Wed, 8 Dec 2004 17:13:10 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E6443D3F for ; Wed, 8 Dec 2004 17:13:10 +0000 (GMT) (envelope-from bjmccann@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so110673wri for ; Wed, 08 Dec 2004 09:13:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=NYRK/S/Tv2CdCJ/toGDf3KURnYoLyAi0EGjPIZ+DGqlYnpZpmsdBDcVI1IwQR8+nElzCpsdaUOO48PR4tIj8MurZ/qT5FVbatyMMdDGwfHAitiH8Z47O2Knp28Kq/QY1+/yeMLZFbRvfUNkTEYJDq6bvmZOO57ENWn0hihASbps= Received: by 10.54.33.28 with SMTP id g28mr1104935wrg; Wed, 08 Dec 2004 09:13:09 -0800 (PST) Received: by 10.54.33.31 with HTTP; Wed, 8 Dec 2004 09:13:09 -0800 (PST) Message-ID: <2b5f066d04120809135c7cc098@mail.gmail.com> Date: Wed, 8 Dec 2004 12:13:09 -0500 From: Brian McCann To: Jorn Argelo In-Reply-To: <20041208170635.M96363@wcborstel.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <2b5f066d041208090461b0f3a8@mail.gmail.com> <20041208170635.M96363@wcborstel.nl> cc: FreeBSD Questions Subject: Re: Need disk statistics X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brian McCann List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 17:13:10 -0000 I'm using RRDTool now for a lot of things, but it's just a database...I need to feed in the data I need...that's the hard part...getting the data. Same goes with Nagios/Netsaint. I know they do the disk % used, but I'm fairly confident they don't do busy %...I'll check though...I forgot about that. Thanks, --Brian On Wed, 8 Dec 2004 18:07:21 +0100, Jorn Argelo wrote: > On Wed, 8 Dec 2004 12:04:58 -0500, Brian McCann wrote > > > > Hi all. I need to get the percent busy for the disks in my servers, > > so that I can graph/monitor them. I've looked into the UCD-SNMP > > MIBs, but their % busy counters for disks don't appear to work. I > > know I can use iostat to get the "close to" instantaneous % busy, > > but I'm looking for a 5 minute average. Has anyone does this? Any > > ideas on how to get this done? > > MRTG, RRDtool or Nagios will do the trick. All of them can be found in the > ports-tree. Be prepared for some work though, because it isn't that easy. > > Jorn > > > > > Thanks, > > --Brian > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >