I have "10 Scenarios" each having "10 transactions". overall Script execution time is "45 sec" without think time and pacing. According to littles law No of transactions in one iteration=? How many I have to give either 10 or 100
I want to achieve 20 TPS. Please help me
If you want to achieve 20 TPS with (10 scenarios * 10 transactions) = 100 transactions you would need a pacing of 20 sec. (pacing - responsetime = thinktime) with 4 threads per scenario:
My Excel calc's:
You would need 4 threads/VU per scenario with a pacing of 20 sec.
I calculate my thinktime in JMeter with a
JSR223 PostProcessor
: