Date: Thu, 15 May 2003 09:20:50 -0600 From: Scott Gerhardt <scott@g-it.ca> To: Alexander Leidinger <Alexander@Leidinger.net>, "PsYxAkIaS (FreeBSD)" <freebsd@psyxakias.com> Cc: freebsd-isp@freebsd.org Subject: Re: Network Statistics Message-ID: <BAE90C72.4923%scott@g-it.ca> In-Reply-To: <20030515170049.45d9904d.Alexander@Leidinger.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Check IPFM (IP Flow Meter) in the ports, it seems to work well for me. You can configure it to write to a log file every n minutes and rotate the log file daily. I just wrote a simple perl script to parse the logs and email the results periodically. Here is some sample output: # IPFMv0.11.4 2003/05/14 16:40:00 -- dump every 0d00:05:00 listening on xl0 # Host n (bytes) Out (bytes) Total (bytes) 192.168.100.103 139520 19144 158664 192.168.100.200 6517 69379 75896 192.168.100.101 152 152 304 192.168.100.113 41 40 81 -- Scott Gerhardt, P.Geo. Gerhardt Information Technologies [G-IT]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAE90C72.4923%scott>