Displaying 3 results from an estimated 3 matches for "1615b".
Did you mean:
1615
2005 Oct 19
0
help for script add ip addresses dynamically
...mit download traffic to 128 kbps
but when I check statistics below i see that only a few classes work properly. others continue to download above 128kbps even 512kbps. is there any idea?
[root@fwr router]# tc -s class show dev eth0
class htb 1:22 parent 1:1 prio 0 rate 128Kbit ceil 128Kbit burst 1615b cburst 1615b
Sent 6068801 bytes 14516 pkts (dropped 0, overlimits 0 requeues 0)
rate 42bit
lended: 14516 borrowed: 0 giants: 0
tokens: 95744 ctokens: 95744
class htb 1:1 root rate 10Mbit ceil 10Mbit burst 2848b cburst 2848b
Sent 25851580 bytes 28255 pkts (dropped 0, overlimits 0 requeues...
2005 Oct 01
2
imq + htb
...i do
tc -s class show dev imq0 or imq1 while uploading or downloading traffic
doesnt get to right
class. If i take look in iptables -t mangle -L -n -v the packets are
marked well
OUTPUT OF tc -s class show dev imq0
class htb 10:22 parent 10:2 leaf 8026: prio 0 rate 128000bit ceil
512000bit burst 1615b cburst 1.625Kb
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0
lended: 0 borrowed: 0 giants: 0
tokens: 103424 ctokens: 26624
class htb 10:23 parent 10:2 leaf 8027: prio 0 rate 128000bit ceil
512000bit burst 1615b cburst 1.625Kb
Sent 0 bytes 0 p...
2007 Oct 16
0
Determining burst/cburst HTB values
...ns: 14131
class htb 1:30 parent 1:1 leaf 30: prio 0 rate 256Kbit ceil 256Kbit burst 1631b cburst 1631b
Sent 0 bytes 0 pkts (dropped 0, overlimits 0 requeues 0)
lended: 0 borrowed: 0 giants: 0
tokens: 52224 ctokens: 52224
class htb 1:40 parent 1:1 leaf 40: prio 0 rate 128Kbit ceil 128Kbit burst 1615b cburst 1615b
Sent 0 bytes 0 pkts (dropped 0, overlimits 0 requeues 0)
lended: 0 borrowed: 0 giants: 0
tokens: 103424 ctokens: 103424
I am also graphing the ''Sent'' bytes value as reported above and I noticed that the classes usually exceed the configured rates slightly.
Can be...