performance testing - How to calculate Pacing time in load runner -


i have run 100 iterations 50 users. total duration of test 1 hour. 1 user can 2 iterations , number of transactions in script 6.

how calculate pacing time?

pacing 'inter-iteration' gap , used control rate of iterations during test. if goal 1 user complete 2 iterations per hour, results pacing of 1800sec (little's law mentioned above) . long summation of resp times of 6 transactions , think time between them less 1800s, able achieve desired rate. note: iteration not equal transaction, unless iteration has 1 transaction. refer pictorial understanding

https://theperformanceengineer.com/2013/09/11/loadrunner-how-to-calculate-transaction-per-second-tps/


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -