[112557] in North American Network Operators' Group
Re: Usage-Based Billing for DIA
daemon@ATHENA.MIT.EDU (Wim Kerkhoff)
Thu Mar 5 17:28:19 2009
Date: Thu, 05 Mar 2009 14:28:07 -0800
From: Wim Kerkhoff <wim@nyetwork.org>
To: nanog@nanog.org
In-Reply-To: <EAC92A711800DB4B92C0371BD874955D22ABA36F7F@GOXEXVS02.fplu.fpl.com>
Errors-To: nanog-bounces@nanog.org
Rodriguez, Mauricio said the following, On 3/5/2009 2:02 PM:
> Looking at possibilities for an implementation of usage-based billing, it seems that the same techniques and tools always come up. I'm looking for some feedback from the list on experiences with these tools and techniques as well as alternatives that may not be listed here.
>
> +Techniques
> --Flow data (Netflow, SFlow, etc) analysis to determine 95th percentile traffic levels
> --SNMP polling of interface counters to determine 95th percentile traffic levels
>
I've been using pmacctd for several years with good success. It is
designed for actual usage accounting (for instance, GB per month per
IP/subnet) rather then 95th percentile.
The beauty of pmacctd is that it simply puts the data into an SQL
database. Once the data is stored, you can write any SQL queries as
required for reporting.
http://www.pmacct.net/
Wim