In the Grinder, I have given load test parameters as
grinder.threads = 30
grinder.process = 3
grinder.runs = 2
grinder.processIncrementInterval = 45000(ms)
which means I have 4 process with 30 threads each, each process starting at an interval of 45 seconds & repeating for 2 times.
I want to achieve the same thing in JMeter, but am unable to do it. If I set loop count = 2, threads = 30, ramp-up = 45 secs
, the no. of threads gets multiplied by that count & threads increases.
I want 30 threads to first start (finish or not finish-does not matter) and after 45 seconds, next 30 threads to start & go on. There is no process concept in JMeter. So am not sure how to go about simulating the same situation.