7

I would like to know if there is a way to count the number of TCP retransmissions that occurred in a flow, in LINUX. Either on the client side or the server side.

4

2 回答 2

10

看起来netstat -s解决了我的目的。

于 2013-05-30T17:36:22.187 回答
3

您可以使用 Wireshark 查看单个 TCP 流的 TCP 重新传输。“跟随 TCP 流”过滤器将允许您查看单个 TCP 流。并且tcp.analysis.retransmission会显示重传。

有关更多详细信息,此服务器故障问题可能有用:https ://serverfault.com/questions/318909/how-passively-monitor-for-tcp-packet-loss-linux

于 2013-05-30T19:14:48.847 回答