[148661] in North American Network Operators' Group
Re: Polling Bandwidth as an Aggregate
daemon@ATHENA.MIT.EDU (Dale W. Carder)
Thu Jan 19 23:49:39 2012
Date: Thu, 19 Jan 2012 22:48:52 -0600
From: "Dale W. Carder" <dwcarder@wisc.edu>
In-reply-to: <CABO8Q6S6wP0Sqs4j4J6AQVsrYG4yw+qX3s=+Ecb10ZaA13uEzA@mail.gmail.com>
To: Keegan Holley <keegan.holley@sungard.com>
Cc: NANOG <nanog@nanog.org>
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
Hi Keegan,
On Jan 19, 2012, at 9:50 PM, Keegan Holley wrote:
> Has anyone had to aggregate bandwidth data from multiple interfaces
> for billing. For example I'd like to poll with an open source tool
> and aggregate data from multiple interfaces connected to the same
> customer or multiple customers for the purpose of billing and capacity
> management. Is there an easy way to do this with cacti/rrd or another
> open source kit?
With the rrdtool backend, you can certainly define and add multiple
sources from different files together. Using 'AREA' first and
subsequently 'STACK' to view multiple data sources is particularly
nice for visualization.
Otherwise, the RRDs and Statistics::Descriptive libraries in Perl can
probably go a long way towards what you might be wanting for reporting.
Dale