If you want these 5 samplers to run consecutively, each with 20 concurrent
users, try this:

Thread Group ( threads: 20, ramp-up: 0, iterations: 1 )
  - Synchonizing Timer ( threads: 0 )
  - Sampler 1
  - Sampler 2
  - Sampler 3
  - Sampler 4
  - Sampler 5


Or, If you want to run all samplers concurrently, each one with 20
concurrent users, try this:

Thread Group ( threads: 100, ramp-up: 0, iterations: 1 )
  - Throughput Controller ( percentage: 20 )
    - Sampler 1
  - Throughput Controller ( percentage: 20 )
    - Sampler 2
  - Throughput Controller ( percentage: 20 )
    - Sampler 3
  - Throughput Controller ( percentage: 20 )
    - Sampler 4
  - Throughput Controller ( percentage: 20 )
    - Sampler 5

Reply via email to