Search code examples
performance-testing

average 90th percentile response time and average response time


In my test,i observed that value of average 90th percentile and value of average response time is same,say 28.

Can someone assist in which cases it might happened??


Solution

  • It might be the case that response time for all samplers is equal or similar.

    • Average Response Time is basically arithmetic mean, to wit sum of response times for all samplers divided by their count.
    • 90% percentile is a statistical measurement, in case of JMeter it means that 90% of the sampler response times were smaller than or equal to this time

    More information: