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 parameterization?
Which loadrunner component does the recording of performance test scenario?
Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?
Which components have you used in loadrunner ?
When the loadrunner controller open the winrunner file then what is the location of the winner configuration file?
Where are automatic correlation options set?
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?
What is manual correlation?
How to find get the Response time of the Online News Feeds (News headlines getting updated in every second with out any user intervention)using Load Runner ?
What is elapsed time in load runner?
What kind of problem can we face regarding hardware, software, network and memory bottleneck during the performance test?
what are the skip functions in Load Runner?
What are the advantages of load runner?
In a web server, database and network are all working fine and now, where could be the problem?
How many users can I emulate with loadrunner on a pc?