Lines Matching full:tcpconnect
4 // Based on tcpconnect(8) from BCC by Brendan Gregg
13 #include "tcpconnect.h"
14 #include "tcpconnect.skel.h"
23 const char *argp_program_version = "tcpconnect 0.1";
30 " tcpconnect # trace all TCP connect()s\n"
31 " tcpconnect -t # include timestamps\n"
32 " tcpconnect -p 181 # only trace PID 181\n"
33 " tcpconnect -P 80 # only trace port 80\n"
34 " tcpconnect -P 80,81 # only trace port 80 and 81\n"
35 " tcpconnect -U # include UID\n"
36 " tcpconnect -u 1000 # only trace UID 1000\n"
37 " tcpconnect -c # count connects per src, dest, port\n"
38 " tcpconnect --C mappath # only trace cgroups in the map\n"
39 " tcpconnect --M mappath # only trace mount namespaces in the map\n"