what do you mean by 90 percentile in the Lr report

Answer Posted / raja

The 90th percentile tells you the value for which 90% of
the data points are smaller and 10% are bigger.
Statistically, to calculate the 90th percentile value:
1. Sort the transaction instances by their value.
2. Remove the top 10% instances.
3. The highest value left is the 90th percentile.

Example:
There are ten instances of transaction "t1" with the values
1,3,2,4,5,20,7,8,9,6 (in sec).
1. Sort by value -- 1,2,3,4,5,6,7,8,9,20.
2. Remove top 10 % -- remove the value "20."
3. The highest value left is the 90th percentile -- 9 is
the 90th percentile value.

Is This Answer Correct ?    87 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do vuser_init and vuser_end action contain?

629


What is report header and what are the information contains?

653


difference between latency and transaction response time

1317


What are the section contain by the vugen while creating a vuser script?

604


Why we insert the rendezvous point while running the scenario?

596






What is vuser-end section?

643


what are the skip functions in Load Runner?

1803


What is the think time? What is the threshold level for think time and how can be this changed?

577


How is automated correlation configured?

596


What is elapsed time in load runner?

594


What are all the reasons to use the server resources monitor?

552


What are different types of vuser logs which can be used while scripting and execution? What is the difference between these logs? When you disable logging?

617


What is vuser-init section?

667


What is the benefit of running a vuser script as a thread?

573


What do you mean by path?

644