Home
last modified time | relevance | path

Searched full:tcpconnect (Results 1 – 25 of 36) sorted by relevance

12

/external/bcc/tools/
Dtcpconnect_example.txt1 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
[all …]
Dtcpconnect.py4 # 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
[all …]
/external/bcc/man/man8/
Dtcpconnect.81 .TH tcpconnect 8 "2020-02-20" "USER COMMANDS"
3 tcpconnect \- Trace TCP active connections (connect()). Uses Linux eBPF/bcc.
5 .B tcpconnect [\-h] [\-c] [\-t] [\-p PID] [-P PORT] [\-4 | \-6] [\-L] [-u UID] [-U] [\-\-cgroupmap …
90 .B tcpconnect
94 .B tcpconnect \-t
98 .B tcpconnect \-d
102 .B tcpconnect \-p 181
106 .B tcpconnect \-P 80,81
110 .B tcpconnect -4
114 .B tcpconnect -6
[all …]
Dtcpdrop.891 tcplife(8), tcpaccept(8), tcpconnect(8), tcptop(8)
Dtcpretrans.8111 tcpconnect(8), tcpaccept(8)
Dtcprtt.8103 tcptracer(8), tcpconnect(8), funccount(8), tcpdump(8)
Dtcptracer.8124 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
Dtcpaccept.8126 tcptracer(8), tcpconnect(8), funccount(8), tcpdump(8)
Dtcplife.8144 tcpaccept(8), tcpconnect(8), tcptop(8)
Dtcpconnlat.8133 tcpconnect(8), tcpaccept(8), funccount(8), tcpdump(8)
Dtcpcong.8136 tcpretrans(8), tcpconnect(8), tcptop(8), tcpdrop(8)
Dtcptop.8137 tcpconnect(8), tcpaccept(8)
Dtcpstates.8145 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
/external/bcc/libbpf-tools/
Dtcpconnect.c4 // 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"
[all …]
DAndroid.bp522 name: "tcpconnect.bpf.o",
523 srcs: ["tcpconnect.bpf.c"],
528 name: "tcpconnect.skel.h",
529 srcs: [":tcpconnect.bpf.o"],
530 out: ["tcpconnect.skel.h"],
535 name: "tcpconnect",
538 "tcpconnect.c",
540 generated_headers: ["tcpconnect.skel.h"],
Dtcpconnect.bpf.c4 // Based on tcpconnect(8) from BCC by Brendan Gregg
12 #include "tcpconnect.h"
D.gitignore53 /tcpconnect
Dtcptracer.h5 // tcpconnect(8) by Anton Protopopov
/external/bcc/tools/old/
Dtcpconnect.py4 # tcpconnect Trace TCP connect()s.
7 # USAGE: tcpconnect [-h] [-t] [-p PID]
22 ./tcpconnect # trace all TCP connect()s
23 ./tcpconnect -t # include timestamps
24 ./tcpconnect -p 181 # only trace PID 181
/external/bcc/docs/
Dtutorial.md36 1. tcpconnect
178 #### 1.7. tcpconnect
181 # ./tcpconnect
191 tcpconnect prints one line of output for every active TCP connection (eg, via connect()), with deta…
/external/bcc/examples/tracing/
Dtcpv4connect_example.txt22 This is provided as a basic example of TCP tracing. See tools/tcpconnect for a
/external/bcc/debian/
Dchangelog46 * libbpf tool updates for klockstat, opensnoop, tcpconnect, etc.
132 * add LPORT support in tcpconnlat and tcpconnect
161 * tcpconnect: add DNS correlation to connect tracking
/external/bcc/snap/
Dsnapcraft.yaml301 tcpconnect:
302 command: bcc-wrapper tcpconnect
/external/grpc-grpc/test/cpp/end2end/
Dconnection_attempt_injector.cc49 ConnectionAttemptInjector::TcpConnect,
58 int64_t ConnectionAttemptInjector::TcpConnect( in TcpConnect() function in grpc::testing::ConnectionAttemptInjector
/external/bcc/
DLINKS.md47 - 2015-10-31: [tcpconnect and tcpaccept for Linux (bcc)](http://www.brendangregg.com/blog/2015-10-3…

12