What is the relation between Response Time and Throughput?
Answer Posted / vamsi
Throughput is the no:of bytes downloaded from the server during a transaction, whereas response time is the time taken for a transaction to complete. Until the total bytes gets downloaded from the server, we cannot consider the transaction is completed. So throughput should be directly proportional to response time.
Suppose for a login transaction, if 10240 bytes gets downloaded from the server. User has to wait until all bytes gets downloaded to consider the transaction is completed.
With 1 user load 10240 bytes may get downloaded in 2 sec
With 100 concurrent user load it may take more than 2 sec (say 60 sec) to download same 10240 * 100 bytes.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What would be your recommendation to improve performance measure?
What are the changes that can be made to run-time settings?
What is think time?
how to get current system time Loadrunner function?
While scripting you created correlation rules for automatic correlation. If you want to share the correlation rules with your team member working on the same application so that he/she can use the same on his workstation, how will you do that?
How can we debug a loadrunner script?
When a scenario run exactly what happened?
For what purpose, user will be using ‘continue on’ error?
How you load a loadrunner agent?
What is action section?
What are the four selection methods when choosing data from a data file?
What is script list?
How can performance bottlenecks be identified?
What should be done to view parameter substitution in the execution log?
What is parameterization & why is parameterization necessary in the script?