Displaying 2 results from an estimated 2 matches for "1759b".
Did you mean:
1759
2007 May 27
0
Possible problem - class listing
...ave one question regarding how leaf classes
are displayed. 1:20 is parent with many child classes, each one having it''s own sfq qdisc.
When i do : # tc -s class show dev eth1 .. the output is
class htb 1:4061 parent 1:20 leaf df27: prio 0 rate 128000bit ceil 5000Kbit burst 1759b cburst 7849b
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
lended: 0 borrowed: 0 giants: 0
tokens: 90112 ctokens: 10289
class htb 1:4052 parent 1:20 leaf df1e: prio 0 rate 128000bit ceil 5000Kbit burst 1759b cburst 7849b
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
lended: 0 borrowed: 0 gian...
2007 Feb 12
0
htb: rate bigger then ceil
...oth OUTPUT and FORWARD packets shared the same
class and it just worked. But now only FORWARD packets are shaped,
OUTPUT uses whole line bandwidth.
This is a piece of output from tc -s class show dev eth1:
class htb 1:894 parent 1:257 leaf 894: prio 1 rate 32000bit ceil
320000bit burst 16Kb cburst 1759b
Sent 10360881 bytes 1470 pkt (dropped 0, overlimits 0 requeues 0)
rate 1111Kbit 18pps backlog 0b 11p requeues 0
lended: 181 borrowed: 1278 giants: 1039
tokens: -1198082 ctokens: -32358
Class 1:894 is a leaf, 1:257 has to children, both leaves (sum of the
children''s rate equals to 1:25...