Home
last modified time | relevance | path

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

/external/bcc/man/man8/
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
/external/bcc/tools/
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
Dnetqtop.py15 EBPF_FILE = "netqtop.c"
/external/bcc/snap/
Dsnapcraft.yaml208 netqtop:
209 command: bcc-wrapper netqtop
/external/bcc/
DREADME.md134 - tools/[netqtop](tools/netqtop.py) tools/[netqtop.c](tools/netqtop.c): Trace and display packets d…
/external/bcc/debian/
Dchangelog100 * new bcc tools: tcprtt, netqtop, swapin, tcpsynbl, threadsnoop