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 the loadrunner end transaction and its syntax?
How can you test the global servers with using loadrunner
During the load test, what is the optimum setting for logs?
What is the advantage of running vuser as a process than a thread?
What are the different types goals in goal-oriented scenario?
What are the documents your using ,and how your distibute the users
How we tested remote servers if client is installed in another place
For what purpose, user will be using ‘continue on’ error?
How to configure yahoo cookies in load runner?
when i run start senario for different process it always completed at elapsed time 6.32 sec. i don't understand why it happens.. can we set elapsed time ? plz answer.... pratik196@gmail.com
I have one Scenario login then bookcoffee then logout explain test plan for above scenario?
What do vuser_init and vuser_end action contain?
How to run a scenario?
What is the difference between web_reg_find and web_find?
What is the threshold level for think time and how can be this changed?