JMeter synchronize all threads

465 Views Asked by At

in Jmeter I have this situation:

  • ThreadGroup(N-Tread, RumpUp=X sec)
    • Loop1 (n times)
      • JavaSampler1
    • Syncronize
    • Sleep
    • Loop2 (n times)
      • JavaSampler2

What I want is that once the thread group is started, I want all threads to block (syncronize) after doing Loop1. Once the threads are all synchronized and blocked I would like to start a "sleep" phase for X seconds and then restart them all together

1

There are 1 best solutions below

2
On BEST ANSWER

Take a look at Synchronizing Timer and Flow Control Action Sampler combination, example implementation:

enter image description here

More information: Using the JMeter Synchronizing Timer