Displaying 1 result from an estimated 1 matches for "149kbit".
Did you mean:
129kbit
2005 Nov 02
1
HTB not shaping traffic
...e.
The setup is as standard as it gets: one HTB root qdisc, a small tree of
HTB classes, one SFQ qdisc for each leaf HTB class.
To illustrate the problem, here is non-leaf HTB class 1:30, the one that
exhibits the worst behaviour:
| tc class add dev eth0 parent 1:1 classid 1:30 htb prio 30 rate 149kbit
Here are the statistic after a few hours:
| class htb 1:30 parent 1:1 rate 149000bit ceil 149000bit burst 1617b cburst 1617b
| Sent 344497902 bytes 513804 pkts (dropped 0, overlimits 0)
| rate 226304bit 74pps
| lended: 0 borrowed: 0 giants: 0
| tokens: -59999999 ctokens: -59999999
As you can...