JuanesMesa
JuanesMesa

Reputation: 31

Increase users in Jmeter

I need in Jmeter increase a group of user. For example, increase 10 users every 20 seconds.

Somebody knows how to do that ?

Thanks in advance.

Upvotes: 1

Views: 2484

Answers (2)

Nachiket Kate
Nachiket Kate

Reputation: 8571

There are 2 ways to achieve that,

  1. If you want to test with total 100 users with 10 users coming up in every 20 seconds then you can set your ramp up as 200 seconds

    Ramp up : 200 seconds

    Total users : 100

    This will start 10 users every 20 seconds which you need. (In this no external plugin is required)

  2. Use stepping thread group which allows similar functionality. you can get from Stepping Thread group - JMeter plugins

Upvotes: 1

Related Questions