当我使用20分钟而不是10分钟时,恒定计时器不适用于OS过程采样器

问题描述 投票:1回答:1

我的结构是这样的:

thread group1
 -- simple controler1
   -- http request

thread group1
 -- simple controler1
   -- OS Process Sampler
   -- Constant timer (Thread Delay 10 minutes)   --->> this works fine

但是,当我尝试为我的恒定计时器添加更多时间时,比如20分钟,它就会停止工作,并且在之后排除。

我想要实现的是等待一段时间,比如30分钟,以完成第一个http请求。

那里的任何人都可以解释一下吗?

非常感谢

jmeter
1个回答
0
投票

如果你想在第一个线程组的所有采样器选择你的Test Plan并将选项Run Thread Group consecutively (i.e. one at a time)设置为true之后从第二个线程组执行采样器。

enter image description here

查看更多tips for optimizing JMeter test plans

© www.soinside.com 2019 - 2024. All rights reserved.