Target 3000 transactions per 1hr
1 Script contain 50 transactions
1 Iteration is taking 20 seconds
No.of users 10 and duration 1 hr
what is pacing?

Answer Posted / prashanth bingi

A: Step 1: Calculate the total no.of iterations= target transactions/script transactions
=3000/50
=60 (iterations)
Step 1.1: 1 User Iteration=Total iterations/no.of Users
=60/10=6
Step 2: Time for target iteration=(Target iteration-1) * 1 iteration time
=(6-1)*20
=5*20=100 sec
Step 3: Remaining Time= Target time- Target iteration time
=3600-100
=3500sec
Step 4: Pacing=Reaming time/Target iterations
=3500/5
=700 sec
Reverse Engineering:
RE=Pacing time + 1 Iteration Time
=700 + 20
=720
=720 * Target Iteration
=720 * 5
=3600 sec (1 hr)

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How you enhance the basic script?

826


How is automated correlation configured?

783


What is stand-alone mode?

829


What are monitors?

798


How to record the desktop application in Loadrunner 12.53 version 64 bit window.

1909


If we want to know the size of each component in system how?

1680


What is the difference between web_reg_find and web_find?

1091


What is loadrunner agent?

900


What is lr_output_message?

808


What is the loadrunner end transaction and its syntax?

840


What is the advantage of running vuser as a process than a thread?

867


What is the difference between hits/second and requests/second?

751


What is difference between manual scenario and goal oriented scenario?

792


How load runner interacts with the application?

1056


Can anyone please mention what are the common errors that we can see while replaying the Vugen script and also while running the controller scneraio and How to handle them with a few examples. This will be greatly helpful.

1882