Hello,
I would like to run a load test with nGrinder with the following configuration:
Total number of vusers: 1000
Total number of agents: 1
Number of threads: 200
Number of processes: 5
Besides that I would like to have a smooth ramp up of my users. That is why I enabled Ramp Up and set incremental step to 4 and interval to 10,000 ms. This way I expect that after 500 seconds (8:20 minutes) all of the vusers will be running. Here is the configuration screen:
However, now the test is running already for more than 40 minutes and the UI reports that I have 618 vusers running in total and only 4 processes:
Did I set anything wrong?
I just want to mention that my test script simulates a 10 seconds think time before every request by this code in the script:
@Before
public void setup() {
grinder.sleep(10000)
}
Is this the right way to do that?
Thanks and regards,
Ivan