需要澄清 JMeter 中的计时器
我研究了一下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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果添加一个 Timer 元素,那么
在线程组中添加常量计时器元素将在线程组中的每个请求之前产生在 Thread Delay 属性中配置的延迟。
If you add a Timer element, then
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.您可以在定时器模块上设置该值。如果您愿意,可以将其参数化为变量。
查看用户手册 - 它将回答您所有的计时器问题。如果阅读后您仍有疑问,请随时重新提问。
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.