From owner-freebsd-questions@FreeBSD.ORG Sat Apr 10 13:20:23 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 0345916A4CE for ; Sat, 10 Apr 2004 13:20:23 -0700 (PDT) Received: from out8.mx.nwbl.wi.voyager.net (out8.mx.nwbl.wi.voyager.net [169.207.3.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C30F443D1D for ; Sat, 10 Apr 2004 13:20:22 -0700 (PDT) (envelope-from dragoncrest@voyager.net) Received: from mail5.mx.voyager.net (mail5.mx.voyager.net [216.93.66.204]) by out8.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id 1DF20D5B49 for ; Sat, 10 Apr 2004 15:20:22 -0500 (CDT) Received: from localhost.localdomain (nm5.mx.lnng.mi.voyager.net [216.93.38.231]) by mail5.mx.voyager.net (8.12.9/8.10.2) with ESMTP id i3AKKLfb007744 for ; Sat, 10 Apr 2004 16:20:21 -0400 (EDT) Message-Id: <200404102020.i3AKKLfb007744@mail5.mx.voyager.net> From: "Dragoncrest" To: questions@freebsd.org X-Mailer: CoreCommMail X-IPAddress: 209.153.128.248 Date: Sat, 10 Apr 2004 16:20:21 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Bandwidth tracking/monitoring on Freebsd 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: Sat, 10 Apr 2004 20:20:23 -0000 Hi all. Got a question. I got a box on my network that I'd like to be able to track bandwidth usage on. Just to see how much traffic is passing through it in a one month period and daily over a 24 hour period. Is there some kind of application I can use to log total bytes sent and total bytes recieved? I don't need to know specifically WHAT was sent, but rather HOW MUCH of it was sent. IE 6 gigs inbound traffic, 2 gigs outbound traffic. It's running Freebsd 4.9 right now. What is the easiest way to do this short of setting up IPFW and doing a kernel compile and all that nasty stuff. Any suggestions will be welcome.