分析给定的 TCP 连接
我想分析给定的 TCP 连接并记录丢失总数,以及详细分析,例如有多少丢失属于三重重复 ACK、单次超时、双次超时、三重超时等类型。 有人可以为此推荐一个好工具吗?
提前致谢!
I would like to analyze a given TCP connection and record the total number of losses, as well as detailed analysis such as how many losses were of type tripple-duplicate ACKs, single-timeouts, double-timeouts, triple timeouts, etc.
Can anybody suggest a good tool for this?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您使用tcptrace。它比 Wireshark 具有更详细的 TCP 统计数据,符合您正在寻找的内容。 (使用长输出格式)
I suggest that you use tcptrace. It has more detailed TCP statistics than Wireshark, along the lines you are looking for. (use the long output format)