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 is scenario default?
How can we invoke a parellel process in load runner using C or perl language?
What kind of problem we can face regarding hardware, software, network and memory bottleneck during the performance test?
What is local configuration file?
What is difference between manual scenario and goal oriented scenario?
What is the loadrunner start-transaction and its syntax?
How does loadrunner execute a performance scenario?
How to create a host list for a scenario?
How is vugen script modified after recording?
How you edit the script?
How could you measures Https/Sec ?
If we want to know the size of each component in system how?
Why vugen is used in lr?
How to run a scenario?
What is host?