如何衡量服务器可以处理多少流量?

发布于 2024-09-26 10:50:02 字数 158 浏览 0 评论 0原文

是否有任何工具可以让我对服务器进行负载测试并告诉我它大致可以处理多少流量?

我所说的流量是指每秒可以持续服务多少个请求而不会超时。

我意识到每台服务器都是不同的,在该服务器上运行的每个应用程序也是不同的。这就是为什么我认为这条路可能是一条路。

非常感谢!

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 技术交流群。

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

发布评论

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

评论(3

多情出卖 2024-10-03 10:50:02

对于 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.

南冥有猫 2024-10-03 10:50:02

如果您不介意采用付费软件路线,那么 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.

生寂 2024-10-03 10:50:02

我喜欢研磨机。唯一的缺点(但我不知道其他人是否能够做到这一点)是它不能很好地重播 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

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