Displaying 1 result from an estimated 1 matches for "32656bps".
Did you mean:
325kbps
2003 Jun 06
4
tc show error for ingress
...ly shows me stats
for htb class
and not for ingress class. The tc output is as follows:
tc -s -d class show dev eth0
class htb 1:1 root prio 0 quantum 3276 rate 256Kbit ceil 256Kbit burst
1926b/8 mpu 0b cburst 1926b/8 mpu 0b level 0
Sent 193313679 bytes 189055 pkts (dropped 1, overlimits 0)
rate 32656bps 32pps backlog 9p
lended: 189046 borrowed: 0 giants: 0
tokens: -77245 ctokens: -77245
What is wrong here?
The shaping+limiting script is provided below
---
#Delete existing qdics
tc qdisc del dev eth0 root
tc qdisc del dev eth0 ingress
#add HTB for egress
tc qdisc add dev eth0 root handle 1: ht...