From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 17:39:48 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 8C77037B401 for ; Mon, 2 Jun 2003 17:39:48 -0700 (PDT) Received: from mx1.au.itouchnet.net (nat2.au.itouchnet.net [144.135.23.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1232B43FBD for ; Mon, 2 Jun 2003 17:39:46 -0700 (PDT) (envelope-from ajthomson@optushome.com.au) Received: from nobody by mx1.au.itouchnet.net with scanned_ok (Exim 3.36 #1) id 19Mzq4-000B3p-00 for freebsd-questions@freebsd.org; Tue, 03 Jun 2003 10:39:44 +1000 X-TLS: TLSv1:DES-CBC3-SHA:168 athomson.prv.au.itouchnet.net -> mx1.au.itouchnet.net Received: from athomson.prv.au.itouchnet.net ([192.168.13.55]) by mx1.au.itouchnet.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.36 #1) id 19Mzq3-000B3i-00 for freebsd-questions@freebsd.org; Tue, 03 Jun 2003 10:39:44 +1000 Received: from localhost ([127.0.0.1] helo=athomson.prv.au.itouchnet.net) by athomson.prv.au.itouchnet.net with esmtp (Exim 4.20) id 19Mzq3-000A04-Nc for freebsd-questions@freebsd.org; Tue, 03 Jun 2003 10:39:43 +1000 Received: (from ajt@localhost)h530dgdg038443 for freebsd-questions@freebsd.org; Tue, 3 Jun 2003 10:39:42 +1000 (EST) X-Authentication-Warning: athomson.prv.au.itouchnet.net: ajt set sender to ajthomson@optushome.com.au using -f Date: Tue, 3 Jun 2003 10:39:42 +1000 From: Andrew Thomson To: freebsd-questions@freebsd.org Message-ID: <20030603003942.GL27314@athomson.prv.au.itouchnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Checked: Scanned for any viruses and unauthorized attachments at mx1.au.itouchnet.net X-iScan-ID: 42517-1054600784-36995@mx1.au.itouchnet.net version $Name: REL_2_0_2 $ Subject: bandwidth monitor 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: Tue, 03 Jun 2003 00:39:48 -0000 i'll be honest and say i haven't really investigated too much... i'm running snmpd and using cricket to generate pretty bandwidth graphs. however I'm looking for something a bit more precise that will give me a bandwidth breakdown in/out per day. i currently have some count rules 00040 count ip from any to any out xmit dc0 00045 count ip from any to any in recv dc0 which i check and zero every hour, and then analyse this data later. however i'm curious if there's something i can use to double check my results.. cheers, ajt.