如何在使用 JMeter 执行性能测试期间增加每秒请求数
如何增加JMeter中的请求/秒?我尝试将线程组数量增加到 150,并且提升为 10,但我仍然得到 6 个请求/秒。
还有其他方法可以提高每秒请求数吗?请帮我。
提前致谢 文卡特
How to increase the request/sec in JMeter? I tried to increase thread group count to 150 and ramp-up is 10, still I got 6 req/sec.
Is there any other way to increase the req/sec? Please help me.
Thanks in Advance
Venkat
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了产生更高的速率,您需要线程组中更多的线程。如果您的服务性能下降(请求率增加时变得越来越慢),您将需要更多的活动线程来生成请求。
另请参阅:http://code.google.com/p/jmeter-plugins /wiki/ThroughputShapingTimer
To generate higher rate you'll need more threads in thread group. And if your service degrades (becomes slower and slower while request rate increases), you'll need even more active threads to generate requests.
See also this: http://code.google.com/p/jmeter-plugins/wiki/ThroughputShapingTimer