Jmeter-Interleave Controller(交替控制器)
名称:
注释:
ignore sub-controller blocks:
If checked, the interleave controller will treat sub-controllers like single request elements and only allow one request per controller at a time.
勾选后,子控制器每次只能发起一个请求
Interleave accross threads:
If checked, the interleave controller will alternate among each of its children controllers for each loop iteration but accross all threads, for example in a configuration with 4 threads and 3 child controllers, on first iteration thread 1 will run first child, thread 2 second child, thread 3 third child, thread 4 first child, on next iteration each thread will run the following child controller
勾选之后,线程1执行第一个子元素、线程2执行第二个子元素、线程3执行第三个子元素。。。