Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 1999 10:16:20 +0100 (CET)
From:      "Kurt Jaeger" <pi@complx.LF.net>
To:        vandj@securenet.net (Jean M. Vandette)
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: IP or packet Accounting Software for burst connections.
Message-ID:  <m11qC3g-000zzTC@complx.LF.net>
In-Reply-To: <4.2.0.58.19991122182643.00cf4210@ms.securenet.net> from "Jean M. Vandette" at Nov 22, 1999 06:43:41 PM

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

> I was wondering if any one would know of a software that would
> do packet or bandwidth accounting for billing a burstable connection,
> and also something that would keep track of how many bytes a
> client consumed during the period (month).

I modified tcpdump to do bean, ehr, packet/byte counting.

ftp://ftp.LF.net/pub/unix/systems/FreeBSD/sw/ipcount-19991106.tgz

It also requires sleepycat's/berkely DB, some 2.7.x version.

Basically, it will add up the bytes that match a given tcpdump expression,
over a configurable interval.

After the end of each interval, it will dump a traffic matrix with
<src> <dst> <bytes> <packets> into a plain ascii file.

On our 2mbit link, the files for one month add up to approx. 120 MByte.

Send a mail if you questions about it.

-- 
MfG/Best regards, Kurt Jaeger                                  21 years to go !
LF.net GmbH        pi@LF.net            Oberon.net GmbH   pi@oberon.net
Vor dem Lauch 23   fon +49 711 90074-23 Friedrich-Ebert-Str.1
D-70567 Stuttgart  fax +49 711 7289041  40210 Duesseldorf fon +49 211 179253-11
For Redmond: "nuke the site from orbit -- it's the only way to be sure."


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




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