What is the relation b/w Throughput and Think Time?
Answer Posted / mrs.performance
There are 2 additional parameters which need to be
considered :
NU = number of concurrent users (processes, batch tasks,
etc)
RT- average response (execution) time [s]
Let
T = Throughput (responses per second, or requests per
second, t.e. any operations per second, etc)
TT = Think Time [s]
T = NU/(RT+TT)
Example:
NU = 1000
RT = 1 s
TT = 60 s (1 minute)
T = 1000/(1+60) = 16.39 operations per second
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is running virtual user graph?
How to configure yahoo cookies in load runner?
What do you mean by creating vuser script?
What are the loadrunner testing process?
What is the need of checkpoints in lr?
What type of function generate and insert by the vugen to the script when you record a script?
What is the rendezvous point?
What is a correlation? Explain the difference between automatic correlation and manual correlation?
How to create a scenario?
What is ramp up and ramp down?
How is each step validated in the script?
how to add 100 for dynamic(correlate value) value
Explain the difference between automatic correlation and manual correlation?
How load runner interacts with the application?
How will you divide your script into multiple actions? Why?