Home
last modified time | relevance | path

Searched full:tcpretrans (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/bcc/tools/
H A Dtcpretrans_example.txt1 Demonstrations of tcpretrans, the Linux eBPF/bcc version.
7 # ./tcpretrans
29 # ./tcpretrans -l
50 # ./tcpretrans.py -c
66 # ./tcpretrans.py -s
73 # ./tcpretrans -h
74 usage: tcpretrans.py [-h] [-s] [-l] [-c] [-4 | -6]
87 ./tcpretrans # trace TCP retransmits
88 ./tcpretrans -l # include TLP attempts
89 ./tcpretrans -4 # trace IPv4 family only
[all …]
H A Dtcpretrans.py4 # tcpretrans Trace or count TCP retransmits and TLPs.
7 # USAGE: tcpretrans [-c] [-h] [-l] [-4 | -6]
28 ./tcpretrans # trace TCP retransmits
29 ./tcpretrans -l # include TLP attempts
30 ./tcpretrans -4 # trace IPv4 family only
31 ./tcpretrans -6 # trace IPv6 family only
/aosp_15_r20/external/bcc/man/man8/
H A Dtcpretrans.81 .TH tcpretrans 8 "2016-02-14" "USER COMMANDS"
3 tcpretrans \- Trace or count TCP retransmits and TLPs. Uses Linux eBPF/bcc.
5 .B tcpretrans [\-h] [\-s] [\-l] [\-c] [\-4 | \-6]
46 .B tcpretrans
50 .B tcpretrans \-l
54 .B tcpretrans \-4
58 .B tcpretrans \-6
H A Dtcpcong.8136 tcpretrans(8), tcpconnect(8), tcptop(8), tcpdrop(8)
/aosp_15_r20/external/bcc/docs/
H A Dtutorial.md38 1. tcpretrans
214 #### 1.9. tcpretrans
217 # ./tcpretrans
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml309 tcpretrans:
310 command: bcc-wrapper tcpretrans
/aosp_15_r20/external/bcc/
H A DREADME.md165 - tools/[tcpretrans](tools/tcpretrans.py): Trace TCP retransmits and TLPs. [Examples](tools/tcpretr…
/aosp_15_r20/external/bcc/debian/
H A Dchangelog230 * bug fixes for trace.py, tcpretrans.py, runqslower.py, etc.
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_smoke.py356 self.run_with_int("tcpretrans.py")