Transaction per second Jmeter

7k Views Asked by At

hi i am new to Jmeter and using it for API testing. Had a query on how to calculate transaction per second in Jmeter for example if i have 14 http transaction in one thread group how to calculate it and ensure it generates 10 transactions per second for the thread group which has 14 http api calls. where exactly we get to see the TPS in Jmeter is it throughput that we see in summary or aggregrate report which is TPS for each transaction?

1

There are 1 best solutions below

1
Dmitri T On

You can:

If you need to limit JMeter's throughput to 10 requests per second - consider adding Constant Throughput Timer to your test plan and configure it according to your requirements

enter image description here