From owner-freebsd-questions Tue May 14 8:53:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id 68A9937B404 for ; Tue, 14 May 2002 08:53:49 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id 6F88249AB2; Tue, 14 May 2002 17:53:51 +0200 (CEST) Date: Tue, 14 May 2002 17:53:51 +0200 From: Axel Scheepers To: Graham Lillico Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IPF and Traffic Graphs Message-ID: <20020514175351.D9170@mars.thuis> Reply-To: Axel Scheepers References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from graham_lillico@hotmail.com on Tue, May 14, 2002 at 04:18:15PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Graham, On Tue, May 14, 2002 at 04:18:15PM +0100, Graham Lillico wrote: > Does anyone know of a traffic monitoring tool similar to Linux's ipacsum > that is compatiable with IPF? I made some scripts based on rrd tool maybe you can change them to acquire the appropiate values from ipfstat. See http://axel.truedestiny.net/~axel/Projects for some starting points, nothing fancy, just some handy shell scripts. You can take the NetTraf script, which is very simplistic and change the updte section to make it use ipf, and implement other neat graph things. Actually, rrdtool is quite simple to use, and might IMHO do the job best, since you have _total_ control about what you want to display in your graphs. > > As I would like to monitor the traffic going in and out of my firewall's > interfaces. All I really need is something to produce a couple of small > graphs (in and out) for each interface. I would ideally like to avoid using > MRTG and it seems a bit of overkill for what I want to do. RRDTool is a bit smaller then MRTG, see my NetTraf script to do just this. It's very small and only depends on snmp/rrdtool. If that's to much, you can easy hack out the snmpget part and replace it with a shell script which parses the output of e.g. ifconfig to get the values. Anyway, it's running fine for me. > > Regards > > Grez.. > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ There's only one way to have a happy marriage and as soon as I learn what it is I'll get married again. -- Clint Eastwood ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message