Home
last modified time | relevance | path

Searched full:netqtop (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/bcc/man/man8/
H A Dnetqtop.81 .TH netqtop 8 "2020-07-30" "USER COMMANDS"
3 netqtop \- Summarize PPS, BPS, average size of packets and packet counts ordered by packet sizes
6 .B netqtop [\-n nic] [\-i interval] [\-t throughput]
8 netqtop accounts statistics of both transmitted and received packets on each queue of
17 netqtop introduces significant overhead while network traffic is large. See OVERHEAD
37 .B netqtop -n eth0 -i 1
39 In performance test, netqtop introduces a overhead up to 30% PPS drop
/aosp_15_r20/external/bcc/tools/
H A Dnetqtop_example.txt1 Demonstrations of netqtop.
4 netqtop traces the kernel functions performing packet transmit (xmit_one)
15 # ./netqtop.py -n lo -i 1
40 # ./netqtop.py -n lo
66 # ./netqtop.py -n lo -i 3
91 # ./netqtop.py -n lo -i 1 -t
117 # ./netqtop.py -n eth0 -t
H A Dnetqtop.py15 EBPF_FILE = "netqtop.c"
/aosp_15_r20/external/bcc/
H A DREADME.md135 - tools/[netqtop](tools/netqtop.py) tools/[netqtop.c](tools/netqtop.c): Trace and display packets d…
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml207 netqtop:
208 command: bcc-wrapper netqtop
/aosp_15_r20/external/bcc/debian/
H A Dchangelog160 * new bcc tools: tcprtt, netqtop, swapin, tcpsynbl, threadsnoop