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
How will you stop the execution of a script on error?
What are the section contain by the vugen while creating a vuser script?
What is transaction performance graph?
What is the process for developing a vuser script?
How can we debug a loadrunner script?
What is the modular approach of scripting?
When loadrunner is used?
Hello Friends, Can anyone please let me know about Performance testing health care EDI ( 270,271, 835 ect). I need as detailed answer as possible. I am going to use LoadRunner for load testing. I would really really really appreciate your help. Thanks, Piyush
What is the advantage of using loadrunner?
what are the risks you faced with loadrunner
What is the use lr_abort function?
What is the think time?
What is local configuration file?
How do you decide the number of load generator machine required to run a test?
How to find get the Response time of the Online News Feeds (News headlines getting updated in every second with out any user intervention)using Load Runner ?