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 local configuration file?
Which protocols are supported by loadrunner?
Does caching have a negative effect on your load testing results?
How can we invoke a parellel process in load runner using C or perl language?
What is stand-alone mode?
How many users can I emulate with loadrunner on a pc?
What is rendezvous graph?
What is vuser-end section?
What is vuser-init section?
How to create a scenario?
What is the purpose of selecting ‘show browser’ during replay in the general options settings?
What are the documents your using ,and how your distibute the users
What is transaction per second graph(pass)?
What is ramp up and ramp down?
How load runner interacts with the application?