Lines Matching full:tcpconnect
1 Demonstrations of tcpconnect, the Linux eBPF/bcc version.
8 # ./tcpconnect
28 # ./tcpconnect -t
48 # ./tcpconnect -d
60 # ./tcpconnect -L
69 # ./tcpconnect -U
79 # ./tcpconnect -Uu 1000
87 # ./tcpconnect.py -c
100 # ./tcpconnect --cgroupmap /sys/fs/bpf/test01
107 # ./tcpconnect -h
109 usage: tcpconnect.py [-h] [-t] [-p PID] [-P PORT] [-4 | -6] [-L] [-U] [-u UID]
131 ./tcpconnect # trace all TCP connect()s
132 ./tcpconnect -t # include timestamps
133 ./tcpconnect -d # include DNS queries associated with connects
134 ./tcpconnect -p 181 # only trace PID 181
135 ./tcpconnect -P 80 # only trace port 80
136 ./tcpconnect -P 80,81 # only trace port 80 and 81
137 ./tcpconnect -4 # only trace IPv4 family
138 ./tcpconnect -6 # only trace IPv6 family
139 ./tcpconnect -U # include UID
140 ./tcpconnect -u 1000 # only trace UID 1000
141 ./tcpconnect -c # count connects per src ip and dest ip/port
142 ./tcpconnect -L # include LPORT while printing outputs
143 ./tcpconnect --cgroupmap mappath # only trace cgroups in this BPF map
144 ./tcpconnect --mntnsmap mappath # only trace mount namespaces in the map