If a load test has to run for 4 hours with 2,000 users, and
the average iteration completes in 10 minutes, how many
transactions will run per minute? can any give the calculation
please.
Answers were Sorted based on User's Feedback
Answer / babu rao
No. Of iterations for 1 user in 10 min = 1
No. of iterations for 1 user in 4 hours = 1*24 = 24
No. of iterations for 2000 users in 4 hours = 2000*24=48000
No. of transactions per minute = 48000/240=200
Note: The above answer is correct, if the iterations are equal to transactions
| Is This Answer Correct ? | 66 Yes | 12 No |
Answer / sharmila rahman
Time taken for one iteration to complete = 10 min
No of iteration completed in one min(1 User) = 1/10 = 0.1
No of Iteration completed by 2000 users in one min = 0.1*2000 = 200
| Is This Answer Correct ? | 12 Yes | 0 No |
We have executed a scenario in controller from 3 diff Load Generators..How can we measure or get the response time of transactions of individual LG's....?
What is the difference between overlay graph and correlate graph?
What is bench mark specifications in requirements?
When do you disable log in Virtual User Generator, When do you choose standard and extended logs?
What is the advantage of running the Vuser as thread?
If we want to know the size of each component in system how?
What is the advantage of using loadrunner?
How To Identify Performance Testing Requirements ?
difference between latency and transaction response time
Explain the function of a transaction in a script?
how can we test clent server application and what is the preliminary requirement for load testing
What is the difference between Set_window() and _set_window ()?