Reputation: 443
How to monitor concurrent users execution for thread group in JMeter
For Example: ThreadGroup1 : 100 concurrent users ThreadGroup2: 500 concurrent users ThreadGroup3: 600 concurrent users. Is there any way to check if above concurrent users are used for each threadGroup in any graph post test execution or during test execution in JMeter ?
Upvotes: 1
Views: 477
Reputation: 5
you can add different listeners whatever you want for your case .
-> Right click on your thread Group.
-> go to Add -> Listener -> {View Results Tree ,Summary Report ,Graph Results, jp@gv-Hits per second , Active Threads over time and many more listeners }.
let me know if you want know more !
Upvotes: 0
Reputation: 168207
Active Threads Over Time listener seems to be what you're looking for
The listener can be installed as a part of 3 Basic Graphs bundle using JMeter Plugins Manager
Upvotes: 1