通过wireshark查找同时连接
刚刚读完 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
按源 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.