如何在JMeter中模拟每分钟的请求数
我需要每分钟模拟“n”个请求。我正在对 5 个不同的 Web 服务进行负载测试,每个服务都应该用每分钟不同的“n”个请求进行模拟。哪个是最好的方法?我必须使用计时器吗?我可以将计时器附加到采样器还是应该仅将其附加到线程组?
I need to simulate 'n' number of request per minute. I am load testing 5 different webservices each of which should be simulated with different 'n' requests per minute. Which is the best way?. Do I have to use timers?. Can I attach a timer to a Sampler or should it be attached to a thread group only?.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将[恒定吞吐量计时器][1]添加到线程组。
如果您希望每个 Web 服务每分钟有一个单独的 req 值,您可以创建 5 个带有 5 个计时器的线程组。
在一个测试计划中运行所有这些
Add a [Constant Throughput Timer][1] to the Thread Group.
If you want a separate value of req per minute for each web service, you can create 5 thread groups with 5 timers.
Run all of them in one Test Plan