Reputation: 517
I want 40 Active Threads, which are doing some kind of action... I have described my issue below
I am executing one of the test plans in which I am using jp@gc - Stepping thread group... In this, I have 40 concurrent users (this group will start)but when I execute this test... The ACTIVE threads are in different number (i.e less than 40).
How can I achieve 40 Concurrent and 40 Active threads?
Upvotes: 2
Views: 1278
Reputation: 2978
If you need 40 concurrent active threads for a specific period of time, I would suggest you use the Ultimate Thread Group.
Here is an example:
Ultimate thread group Configuration:
Output of "Active Threads over time" Listener:
By using this, you can easily achieve 40 concurrent users at any time period.
Upvotes: 3