What is the difference between [Thread: 50, Ramp-Period: 0, Loop: 1] and [Thread: 1, Ramp-Period: 0, Loop: 50] Both are same?
They are NOT the same
JMeter acts as follows:
See Elements of a Test Plan - Thread Group chapter for more information
[Thread: 50, Ramp-Period: 0, Loop: 1]
- JMeter will start 50 threads which will execute samplers 1 time[Thread: 1, Ramp-Period: 0, Loop: 50]
- JMeter will start 1 thread which will execute samplers 50 timesActual concurrency is a big question mark as it strongly dependent on what threads need to do and how many loops are there.
If you need to simulate 50 requests per second load: