[88904] in North American Network Operators' Group
RE: How do you (not how do I) calculate 95th percentile?
daemon@ATHENA.MIT.EDU (Greenhagen, Robin)
Wed Feb 22 20:02:03 2006
Date: Wed, 22 Feb 2006 19:01:38 -0600
From: "Greenhagen, Robin" <Robin@gsi-kc.com>
To: <nanog@merit.edu>
Errors-To: owner-nanog@merit.edu
Database triggers are a marvelous thing. Is this wrong?
((InOctetsCurrent-InOctetsLastTime)*8)
---------------------------------
(TimeCurrent-TimeLastTime) =3D Inbound bits/sec
We chose this because it doesn't matter if it is 30 seconds or 8 minutes
between sample points, it is all normalized in that period. I do
realize that it is an average within that window, but all we need to do
is tune the cron job (how often we poll) to increase resolution.
________________________________________
Robin=20