需要澄清 JMeter 中的计时器

发布于 2024-12-05 19:37:13 字数 119 浏览 1 评论 0原文

我研究了一下JMeter中有可用的定时器。在这个恒定延迟定时器中,谁设置恒定时间。 jmeter是否在线程请求之间设置延迟时间,或者用户必须设置时间。如果用户设置,他可以在工具中哪里设置定时器。如果有人知道,请分享您的答案。

I studied that there are timers available in JMeter. In this constant delay timer, who sets constant time. Whether jmeter puts the delay time between the thread requests or user has to set the time. If the user sets, Where can he set the timer in tool. If anybody knows can you please share your answers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

所谓喜欢 2024-12-12 19:37:13

默认情况下,JMeter 线程发送请求时不会在每个请求之间暂停。

如果添加一个 Timer 元素,那么

计时器将导致 JMeter 在其范围内的每个采样器之前延迟一定的时间。

在线程组中添加常量计时器元素将在线程组中的每个请求之前产生在 Thread Delay 属性中配置的延迟。

By default, a JMeter thread sends requests without pausing between each request.

If you add a Timer element, then

The timer will cause JMeter to delay a certain amount of time before each sampler which is in its scope.

Adding a Constant Timer element in a thread group will produce the delay configured in Thread Delay property before each request in the thread group.

寂寞美少年 2024-12-12 19:37:13

您可以在定时器模块上设置该值。如果您愿意,可以将其参数化为变量。

查看用户手册 - 它将回答您所有的计时器问题。如果阅读后您仍有疑问,请随时重新提问。

You set the value on the Timer Module. You can parametrize this to a variable if you'd like.

Check out the user manual - it will answer all your timer questions. If, after reading - you still have questions, feel free to re-ask.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文