Jmeter - 如何让线程同时执行动作

Jmeter - How to make threads to perform the action at the same time

如何让线程同时启动线程:Next。我尝试在 SM_check 上将计时器同步为子项,但线程样本 :Next 未同时处理。线程组上的同步计时器一次生成所有样本,但我需要让线程同时从 :Next 开始。非常感谢对此的任何帮助。 enter image description here

线程组

CSV Data set config

User Defined Variables

Loop Controller

: HTTP Cookie Manager

: Login

:SM

:SM_Check

    :- HTTP Header Manager
    :- Synchronizing Timer
    :- View Results tree

:Next tag

您当前的配置假定线程已分组(同时执行):SM_Check

如果您的目标是同时对所有线程执行 :Next 采样器 - 将同步计时器移至 :Nextchild采样器。

有关更详细的解释,请参阅 Using the JMeter Synchronizing Timer 文章