Home
last modified time | relevance | path

Searched full:tcpsubnet (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/bcc/tools/
H A Dtcpsubnet_example.txt1 Demonstrations of tcpsubnet, the Linux eBPF/bcc version.
4 tcpsubnet summarizes throughput by destination subnet.
7 # tcpsubnet
30 Notice also, how tcpsubnet prints a header line with the current date
33 Try it yourself to get a feeling of how tcpsubnet works.
35 By default, tcpsubnet will categorize traffic in the following subnets:
57 # tcpsubnet.py 192.30.253.110/27,0.0.0.0/0
72 # tcpsubnet 192.30.253.113/32,192.130.253.112/32,0.0.0.0/0
100 -f [--format] flag. tcpsubnet uses the same flags as iperf for the unit
104 # tcpsubnet -fK 0.0.0.0/0
[all …]
H A Dtcpsubnet.py4 # tcpsubnet Summarize TCP bytes sent to different subnets.
7 # USAGE: tcpsubnet [-h] [-v] [-J] [-f FORMAT] [-i INTERVAL] [subnets]
40 ./tcpsubnet # Trace TCP sent to the default subnets:
43 ./tcpsubnet -f K # Trace TCP sent to the default subnets
45 ./tcpsubnet 10.80.0.0/24 # Trace TCP sent to 10.80.0.0/24 only
46 ./tcpsubnet -J # Format the output in JSON.
/aosp_15_r20/external/bcc/man/man8/
H A Dtcpsubnet.81 .TH tcpsubnet 8 "2018-03-01" "USER COMMANDS"
3 tcpsubnet \- Summarize and aggregate IPv4 TCP traffic by subnet.
5 .B tcpsubnet [\-h] [\-v] [\-J] [\-f FORMAT] [\-i INTERVAL] [subnets]
46 .B tcpsubnet
50 .B tcpsubnet 0.0.0.0/0
54 .B tcpsubnet -J -fk 0.0.0.0/0
75 of ~5% throughput. On 10 runs without tcpsubnet running the average
76 throughput was 32.42Gb/s, with tcpsubnet enabled it was 31.26Gb/s.
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml315 tcpsubnet:
316 command: bcc-wrapper tcpsubnet
/aosp_15_r20/external/bcc/
H A DREADME.md168 - tools/[tcpsubnet](tools/tcpsubnet.py): Summarize and aggregate TCP send by subnet. [Examples](too…