Displaying 1 result from an estimated 1 matches for "370p".
Did you mean:
3700
2005 Mar 11
4
HTB statistics
...v eth0 parent 1:1 classid 1:10 htb rate
1kbit cei l 1kbit quantum 2000
The qdisc show that there are packets overlimits:
pc-innocenti:~# tc -s -d qdisc show
qdisc htb 1: dev eth0 r2q 10 default 10 direct_packets_stat 1145 ver 3.17
Sent 339419 bytes 1533 pkts (dropped 0, overlimits 402)
backlog 370p
The class instead always show 0 packet overlimits or dropped.
pc-innocenti:~# tc -s -d class show dev eth0
class htb 1:10 root prio 0 quantum 2000 rate 1000bit ceil 1000bit burst
1600b/8 mpu 0b overhead 0b cburst 1600b/8 mpu 0b overhead 0b level 0
Sent 66307 bytes 480 pkts (dropped 0, overlimits...