What is the relation between Response Time and Throughput?
Answer Posted / xyz
Throughput (requests per min, red) grows until CPU is
saturated and then remains constant - the CPU is operating
at max throughput. Once CPU is maxed out then response time
must increase with load. In our case it increases
predictably linearly with load. A thread-per-request system
would drop off as load increases since the CPU has to spend
more and more time context switching threads and not doing
real work.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What the vuser script contain?
What is a correlation? Explain the difference between automatic correlation and manual correlation?
During the load test, what is the optimum setting for logs?
What are the four selection methods when choosing data from a data file?
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
How you develop the database vuser script?
What tools are required to analyze vuser run results?
How to schedule a scenario?
What is the advantage of running vuser as a process than a thread?
How can we recording vuser scripts using vugen?
How many users can I emulate with loadrunner on a pc?
How will you stop the execution of a script on error?
How to record the desktop application in Loadrunner 12.53 version 64 bit window.
What is parameterizion?
In a web server, database and network are all working fine and now, where could be the problem?