如何衡量服务器可以处理多少流量?
是否有任何工具可以让我对服务器进行负载测试并告诉我它大致可以处理多少流量?
我所说的流量是指每秒可以持续服务多少个请求而不会超时。
我意识到每台服务器都是不同的,在该服务器上运行的每个应用程序也是不同的。这就是为什么我认为这条路可能是一条路。
非常感谢!
Are there any tools that would enable me to load-test my server and tell me how much traffic it could roughly handle?
By traffic I mean how many requests per second it can consistently serve without timing out.
I realize that every server is different, and so is every application that runs on that server. That's why I thought this route may be the way to go.
Thanks a bunch!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于 Web 服务器上的非常简单的基准测试(如果您的请求每次都相同),您可以使用 ab。这是一个非常简单的工具,但它仍然提供了一些有趣的统计数据。
For a very simple benchmark on web servers (if your request is the same every time), you could use ab. A very simple tool, but it gives some interesting statistics nonetheless.
如果您不介意采用付费软件路线,那么 LoadRunner 是一个非常好的选择,IMO。
我过去曾使用 LoadRunner 进行此类测量多个 Web 和非 Web 应用程序。
If you dont mind going the paid software route, then LoadRunner is a very good choice, IMO.
I have used LoadRunner in the past for doing this kind of measurement for multiple web and non web applications.
我喜欢研磨机。唯一的缺点(但我不知道其他人是否能够做到这一点)是它不能很好地重播 ASP.NET 生成的非常长的 URL
And I like The Grinder. The only downside (but I don't know if others are able to do this) is that it doesn't replay well the ASP.NET hugely long generated URLs