What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

What are percentiles and what differences do they make in PRTG reports?

Votes:

0

In PRTG reports, statistics can be shown as percentiles. But I do not know what percentiles are, how PRTG calculates them, and what kind of effect they have on the data I get.

historic-data percentiles prtg reports

Created on Oct 1, 2010 2:23:17 PM by  Daniel Zobel [Product Manager]

Last change on May 6, 2019 11:54:54 AM by  Maike Guba [Paessler Support] (2,404) 2 1



4 Replies

Accepted Answer

Votes:

0

This article applies as of PRTG 22

Percentiles in reports

In reports in PRTG, you get statistically condensed information about the data that various sensors collect. In the sensor report settings, you can choose to get percentile calculation, as opposed to raw data or normal percentages for example.

Percentiles can be computed according to various mathematical methods.

How percentiles are calculated in PRTG

  1. Sort the measurements: The values of a data sample have to be ordered in a row from the lowest to the highest value. You get the individual values and the number of rows N.
  2. Compute the row numbers of the percentile value RN using the percentile value P and the number of rows N:
    RN = 1 + ((N-1) * P)
    There are two types of RNs: FRN = floor (RN) and CRN = ceiling (RN).
  3. Determine the result:
    If (CRN = FRN = RN) \\then (value of expression from row at RN) \\else (value of expression for row at FRN) + (RN - FRN) * (CRN row - FRN row value)
    Note: You can define if you want to get the then or the else result. If you choose Continuous in the report percentile settings, the result is always interpolated like in the else part. If you choose Discrete, the next smaller discrete value, which is the FRN, is taken as a result, according to the then part.

Example

A 95th-percentile says that in 95% of all cases, the data is below a certain value, while in only 5% of all cases, the data is above a certain value.

  • Step 1: Let us assume that we have the following number of rows and measured values:
Row Number12345678
Value1372125266672
  • Step 2: RN = 1 + ((8-1) * 0.95) = 7,65 with FRN = 7 and CRN = 8
  • Step 3: Since CRN = FRN = RN is not true, we calculate the else-part:
    Percentile value = 66 + ((7,65-7)* (72-66)) = 69.9
    So 69.9 is our continuous 95th-percentile. If we want to have a discrete 95th-percentile value, it will be the FRN, which is 66.

As you can see, in a 95th-percentile calculation of our measurements, the value number 8 (72) would be discarded because it belongs to the 5% of peaks. In our case this is true for the 95th continuous percentile as well as for the 95th discrete percentile.

Advantage and disadvantage of percentiles

The main advantage of using percentiles is that unusually high values (like whiskers in boxplots) are not included into the averaging calculations. This means that statistics include more relevant data. In the example of the 95th-percentile, 5% of the highest measured values are discarded for the statistical report.

If you prefer not to exclude extremes, because you do not want to disguise the effect they have on your monitored IT infrastructure, do not choose percentiles in the report settings.

Note: For more details on this percentile calculation, please see archive.org.

Created on Mar 3, 2015 4:24:30 PM by  Martina Wittmann [Paessler Support]

Last change on Jun 30, 2022 12:40:57 PM by  Brandy Greger [Paessler Support]



Votes:

0

Should say Column Number instead of Row Number .... ?

Created on May 20, 2016 5:38:08 AM



Votes:

0

And Percentile value = 66 + ((7,95-7)* (72-66)) = 69.9 should be Percentile value = 66 + ((7.65-7)* (72-66)) = 69.9

Created on May 20, 2016 5:40:57 AM



Votes:

0

Hi Raymond,

Thank you, I fixed the typo. "Row Number" does not mean "table row" but refers to an ordered row of values, so it is correct here. The table in the article just shows values in a row in this format, it is not a "data table".

Regards,

Created on May 20, 2016 11:34:41 AM by  Gerald Schoch [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.