Search code examples
jmeter

Concurrency thread group


I am quite new to Jmeter and just started using it. I have this requirement of setting up 1000 concurrent users with Ramp up - 100 Users every 2 mins and keeping them in steady state for an hour. How should my thread configuration be like? I am using Concurrency thread group.


Solution

  • What have you tried so far? I believe Concurrency Thread Group is self-explanatory and provides a nice chart with the anticipated load.

    If you need to add 100 users every 2 minutes and want to end up with 1000 users it means:

    • 20 minutes of the ramp-up time
    • 10 ramp-up steps
    • followed by 60 minutes to hold the load

    Just in case here is an example setup:

    enter image description here

    More information: