[85480] in North American Network Operators' Group
RE: SNMP "Accounting" Software
daemon@ATHENA.MIT.EDU (Chad Skidmore)
Tue Oct 11 20:52:20 2005
Date: Tue, 11 Oct 2005 17:51:52 -0700
From: "Chad Skidmore" <chad@skidmore.org>
To: "Martin Mersberger" <martin@mersberger.com>
Cc: "Drew Weaver" <drew.weaver@thenap.com>, <nanog@merit.edu>
Errors-To: owner-nanog@merit.edu
It uses the 2nd (monthly) method you describe and gives you a 95th
percentile number for both inbound and outbound. You can then use both
or one of them. Also, as I mentioned, you can write your own reports
using anything that can query MySQL. I've done Crystal Reports and some
C# .Net reporting off of RTG data with great success.
Chad
=20
-----Original Message-----
From: Martin Mersberger [mailto:martin@mersberger.com]=20
Sent: Tuesday, October 11, 2005 1:43 PM
To: Chad Skidmore
Cc: Drew Weaver; nanog@merit.edu
Subject: Re: SNMP "Accounting" Software
On Tue, Oct 11, 2005 at 09:53:48AM -0700, Chad Skidmore wrote:
Hi...
> Check out RTG. It has 95th percentile reporting and if you don't like
> the included reporting format you are free to build your own.
> Data is retained in a SQL db so it is easy enough to report on.
from the documentation, this looks interesting. Does anybody know, which
95%ile is implemented? I know at least about 6 95%ile favors around.=20
Does anybody know, which of them are mostly used?
the two variants, I have in mind are daily 95%ile ( drop the max 5%
samples per day for each direction, average on the end of the month for
each direction and use the higher value then ) and a monthly 95%ile (
drop the max 5% samples over all samples over the month for both
directions, use the higher value then )
cheers
Martin