zzz
zzz

Reputation: 517

Active Thread vs Concurrent Threads

enter image description hereI 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?

Active Threads over the time

Upvotes: 2

Views: 1278

Answers (1)

Masud Jahan
Masud Jahan

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:

enter image description here

Output of "Active Threads over time" Listener:

enter image description here

By using this, you can easily achieve 40 concurrent users at any time period.

Upvotes: 3

Related Questions