tcpdrop(8) | System Manager's Manual | tcpdrop(8) |
tcpdrop - Trace kernel-based TCP packet drops with details. Uses Linux eBPF/bcc.
tcpdrop [-h]
This tool traces TCP packets or segments that were dropped by the kernel, and shows details from the IP and TCP headers, the socket state, and the kernel stack trace. This is useful for debugging cases of high kernel drops, which can cause timer-based retransmits and performance issues.
This tool works using dynamic tracing of the tcp_drop() kernel function, which requires a recent kernel version.
Since this uses BPF, only the root user can use this tool.
CONFIG_BPF and bcc.
This traces the kernel tcp_drop() function, which should be low frequency, and therefore the overhead of this tool should be negligible.
As always, test and understand this tools overhead for your types of workloads before production use.
This is from bcc.
Also look in the bcc distribution for a companion _examples.txt file containing example usage, output, and commentary for this tool.
Linux
Unstable - in development.
Brendan Gregg
2018-05-30 | USER COMMANDS |