Lines Matching full:tcpconnect
4 # tcpconnect Trace TCP connect()s.
7 # USAGE: tcpconnect [-h] [-c] [-t] [-p PID] [-P PORT [PORT ...]] [-4 | -6]
36 ./tcpconnect # trace all TCP connect()s
37 ./tcpconnect -t # include timestamps
38 ./tcpconnect -d # include DNS queries associated with connects
39 ./tcpconnect -p 181 # only trace PID 181
40 ./tcpconnect -P 80 # only trace port 80
41 ./tcpconnect -P 80,81 # only trace port 80 and 81
42 ./tcpconnect -4 # only trace IPv4 family
43 ./tcpconnect -6 # only trace IPv6 family
44 ./tcpconnect -U # include UID
45 ./tcpconnect -u 1000 # only trace UID 1000
46 ./tcpconnect -c # count connects per src ip and dest ip/port
47 ./tcpconnect -L # include LPORT while printing outputs
48 ./tcpconnect --cgroupmap mappath # only trace cgroups in this BPF map
49 ./tcpconnect --mntnsmap mappath # only trace mount namespaces in the map