Displaying 2 results from an estimated 2 matches for "106440b".
Did you mean:
1064400
2003 Jan 07
1
Trouble about snmp.html
I used Stef Coene''s snmp.pl.
#./tc.sh
#./get_snmp.pl
#./snmp.pl
#tc -s class ls dev eth0
class htb 20:1 root rate 80Mbit ceil 80Mbit burst 106440b cburst 106440b
Sent 674762 bytes 5660 pkts (dropped 0, overlimits 0)
rate 3bps
lended: 0 borrowed: 0 giants: 0
tokens: 8313 ctokens: 8313
class htb 20:10 parent 20:1 rate 40Mbit ceil 80Mbit burst 54017b cburst 106440b
Sent 670753 bytes 5598 pkts (dropped 0, overlimits 0)
rate 3bps
lended: 0...
2006 Jan 06
6
HTB traffic shaping odd effects
Hi,
I''m trying to perform some (what I consider) basic traffic shaping on
our network utilising HTB. I have mostly reused the example on the
lartc.org site:
tc qdisc add dev eth0 root handle 1: htb default 10
tc class add dev eth0 parent 1: classid 1:1 htb rate 100mbit burst 24k
tc class add dev eth0 parent 1:1 classid 1:10 htb rate 50mbit ceil
80mbit burst 19k
tc class add dev eth0