HenlenLee
HenlenLee

Reputation: 445

How to set random intervals for request in Jmeter?

I have a question about how to set a random interval between requests. For example I want to send a request every X seconds and X < 30s. Maybe 25s or 29s. Which timer should I use?

Upvotes: 1

Views: 673

Answers (1)

Awad
Awad

Reputation: 921

You can use a Gaussian Random Timer by setting Deviation and Constant delay.

enter image description here

Upvotes: 2

Related Questions