North American Network Operators Group

Date Prev | Date Next | Date Index | Thread Index | Author Index | Historical

RE: How do you (not how do I) calculate 95th percentile?

  • From: Greenhagen, Robin
  • Date: Wed Feb 22 20:03:07 2006

Database triggers are a marvelous thing.  Is this wrong?

((InOctetsCurrent-InOctetsLastTime)*8)
---------------------------------
(TimeCurrent-TimeLastTime)               = 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