Skip to content

Commit

Permalink
tools: add tcptracer
Browse files Browse the repository at this point in the history
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
  • Loading branch information
iaguis committed Mar 27, 2017
1 parent 277ebbc commit 443e011
Showing 1 changed file with 647 additions and 0 deletions.
Loading

0 comments on commit 443e011

Please sign in to comment.