0
votes

How can we run single Thread Group sequentially. I have one thread group with several requests. Consider following scenario :

No. of Threads : 30
Ramp Up period: 60
Loop Count: 1

This means Jmeter will request 30 no of users in 60 secs. I need to run this scenario in repetitive manner but sequentially. That means once the first set of requests completed, new set of requests should run and goes on.

How can we configure Thread groups to run like this ?

2

2 Answers

0
votes

Set No. of Threads to 1 and Loop Count to however many iterations you desire.

0
votes

I think BlazeMeter's Concurrency Thread Group will solve the problem.

For example-

Total threads = 300

ramp-up time = 3 mins

Ramp-up step count = 3

The result will be for every 60 seconds 100 users will hit the system.

screen shot

For Blazemeter's Concurrency Thread Group Refer

Hope this helps.