Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2000 15:42:33 +0000
From:      David Malone <dwmalone@maths.tcd.ie>
To:        noor@comrax.com
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Log total bandwidth used.
Message-ID:  <20001104154233.A51080@walton.maths.tcd.ie>
In-Reply-To: <Pine.BSF.4.10.10011041134550.92961-100000@dns.comrax.com>; from noor@comrax.com on Sat, Nov 04, 2000 at 11:36:09AM %2B0200
References:  <Pine.BSF.4.10.10011041134550.92961-100000@dns.comrax.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Nov 04, 2000 at 11:36:09AM +0200, noor@comrax.com wrote:

> Using ipfw, is there a way to add a rule to compute all bandwidth used
> during one day? The rule would just compute the bandwidth, then move on
> to the next rule.

You could just add a rule which says "count ip from any to any" and
look at the byte counts each day with "ipfw show".

(Just a niggly thing, but bandwidth is usually measured in something
like bytes/second, so "all the bandwidth used during one day"
doesn't make so much sense. You probably mean "the average bandwidth
used during the day" or "the total volume transfered during the
day").

	David.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001104154233.A51080>