tools: add tcptracer (#762)
* tools: add tcptracer This allows tracking TCP connections by tracking TCP connects, closes and accepts. This is different from existing tools like tcpconnect or tcpaccept in that: * It includes more information like network namespace or source ports for tcpconnects or remote ports for tcpaccepts * It traces tcp_close allowing to see when a connection ends * It only shows information about established connections * tcptracer: add to README * tcptracer: add example * tcptracer: add man page
Showing
man/man8/tcptracer.8
0 → 100644
tools/tcptracer.py
0 → 100755
This diff is collapsed.
tools/tcptracer_example.txt
0 → 100644
Please register or sign in to comment