From owner-freebsd-questions@FreeBSD.ORG Thu May 22 08:23:53 2003 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 E30F337B401 for ; Thu, 22 May 2003 08:23:53 -0700 (PDT) Received: from mail.munk.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2E4443F3F for ; Thu, 22 May 2003 08:23:50 -0700 (PDT) (envelope-from munk@mail.munk.nu) Received: from munk by mail.munk.nu with local (Exim 4.20) id 19Irv3-0007RZ-Tq for freebsd-questions@freebsd.org; Thu, 22 May 2003 16:23:49 +0100 Date: Thu, 22 May 2003 16:23:49 +0100 From: Jez Hancock To: FreeBSD questions List Message-ID: <20030522152349.GB28372@users.munk.nu> Mail-Followup-To: FreeBSD questions List References: <20030522053741.M54080@enabled.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030522053741.M54080@enabled.com> User-Agent: Mutt/1.4.1i Sender: User Munk Subject: Re: bandwidth utilization X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2003 15:23:54 -0000 On Wed, May 21, 2003 at 09:39:21PM -0800, admin wrote: > > > Hi, > > I am hosting many different types of services from my server and want to be > able to understand bandwidth utilization for each service. Are there any good > tools out there that I can use for this type of reporting? There's mrtg: http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ (also in /usr/ports/net/mrtg) the Multi Router Traffic Graphing utility (but doesn't just measure router telemetry, can be customized to graph almost anything, literally). there's a raft of links here as well: http://nakula.rvs.uni-bielefeld.de/made/my_project/3rd-party/ (/me runs off to mirror that page in case it disappears :)) Good luck, Jez