JMeter_User
JMeter_User

Reputation: 303

Execute loop controller for every 10 seconds in Jmeter

I need to execute few HTTP Requests for a regular interval of every 10 seconds during test. I added them to loop controller. Is there any way to do this in JMeter or LoadRunner?

Upvotes: 1

Views: 1211

Answers (1)

Dmitri T
Dmitri T

Reputation: 167992

The easiest way of implementing this in JMeter is adding a Constant Throughput Timer and configure it to send 6 requests per minute

enter image description here

LoadRunner's equivalent can be done via Think Time and Pacing

Upvotes: 2

Related Questions