通过wireshark查找同时连接

发布于 2024-08-16 18:53:58 字数 200 浏览 4 评论 0原文

刚刚读完 Steve Souder 的与 max 相关的博客文章。现代浏览器允许同时连接。我想亲眼看看 Firefox 使用多少个同时连接来连接到我们公司的网站。在 Steve 的博客中,提到他能够通过某种数据包嗅探器找出同时连接的数量。因此,我下载了 WireShark,并且能够捕获发送到我公司网站的 TCP 数据包。但是,我如何知道同时建立了多少个连接?

提前致谢

Just finish reading Steve Souder's blog post related to max. simultaneous connection allow on modern browser. I wanted to see for myself on how many simultaneous connection firefox uses to connect to our company web site. In Steve's blog, in mentioned that he was able to find out the number of simultaneous connection through some kind of packet sniffer. So I went and downloaded WireShark, and were able to capture the TCP packets made to my company's web site. However, how do I know how many connection were made simultaneously?

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

浪菊怪哟 2024-08-23 18:53:58

按源 IP 地址过滤。假设您的测试 PC 仅运行 Firefox 并且没有打开其他浏览器,则来自该 PC 的连接数就是 Firefox 为您的站点创建的连接数。

要了解它们是否同时检查套接字创建的开始和套接字的终止。

Filter by source IP address. Assuming that your test PC only runs Firefox and no other browsers are open then the number of connections from that PC is the number of connections Firefox is creating to your site.

To know if they are simultaneous check the start of socket creation and the termination of sockets.

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