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
What is the vuser in the scenario?
How do you enable text and image checks in vugen?
What is manual correlation?
Can anyone please mention what are the common errors that we can see while replaying the Vugen script and also while running the controller scneraio and How to handle them with a few examples. This will be greatly helpful.
What do vuser_init and vuser_end action contain?
What is script list?
What is the loadrunner end transaction and its syntax?
How can we perform functional testing under load?
How will you stop the execution of a script on error?
What in percentile graph?
What are all the important protocols that load runner supports?
What is the difference between overlay graph and correlate graph?
How can performance bottlenecks be identified?
How is each step validated in the script?
Which function is used to end a nested transaction?