Displaying 5 results from an estimated 5 matches for "2909b".
Did you mean:
2909
2004 Apr 28
1
HTB not obeying to specified rate?
here is the situation
i am using htb.init with fwmark to do QoS.
i have 2 parent classes with RATE=CEIL which then have some leafs each on
his own.
the first one works fine (it shapes the packets to the specified rate)
class htb 1:21 root rate 1Mbit ceil 1Mbit burst 2909b cburst 2909b
Sent 631520262 bytes 651550 pkts (dropped 0, overlimits 0)
rate 131573bps 141pps
lended: 380595 borrowed: 0 giants: 0
tokens: -22734 ctokens: -22734
the rate never goes over 132000 bps.
the other doesn''t seem to check the rate at all.
here is the tc -s:
class htb 1:22 r...
2004 Oct 28
12
HTB: Problem with excess bandwidth distribution
...se a ceiling
of 1 MBit. And herein lies the problem:
If 1:10 and 1:30 both download a file with full speed, 1:10 gets about
20kb/s (which is under its guaranteed bandwidth!) and 1:30 gets
90 kb/s. What is going wrong here? The shortened output of tc:
class htb 1:1 root rate 1Mbit ceil 1Mbit burst 2909b/8 mpu 0b cburst
2909b/8 mpu 0b level 7
class htb 1:10 parent 1:1 prio 0 quantum 4262 rate 333Kbit ceil 1Mbit
burst 15Kb/8 mpu 0b cburst
class htb 1:20 parent 1:1 prio 0 quantum 4262 rate 333Kbit ceil 1Mbit
burst 15Kb/8 mpu 0b cburst
class htb 1:30 parent 1:1 prio 0 quantum 4262 rate 333Kbit ceil...
2002 Dec 04
3
HTB/IMQ troubles (probably)
...eaf 50: prio 1 quantum 1638 rate 128Kbit ceil
128Kbit burst 1762b/8 mpu 0b cburst 1762b/8 mpu 0b level 0
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
lended: 0 borrowed: 0 giants: 0
tokens: 88149 ctokens: 88149
class htb 1:60 parent 1:1 leaf 60: prio 1 quantum 13107 rate 1Mbit ceil
1Mbit burst 2909b/8 mpu 0b cburst 2909b/8 mpu 0b level 0
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
lended: 0 borrowed: 0 giants: 0
tokens: 18187 ctokens: 18187
Filter statistics:
--------------------
filter parent 1: protocol ip pref 1 u32
filter parent 1: protocol ip pref 1 u32 fh 800: ht divisor 1
filter...
2004 Jan 23
2
htbinit and redhat-9.0
dear All,
I'm a new student and my job is too shapping bandwith for our campus faculty network.
I want to implement htb with Redhat-9.0 distro.
does this distro kernel support htb and tc good ? or i should apply some patch or upgrade kernel ?
regards
reza
2006 Apr 17
24
Sip Traffic
Hi.
there is a way to MARK udp VOIP (SIP) traffic,
in order to put in a highest prio class ?
Traffic flow seems start on udp 5060 port, but
next both server and client seems jump to a
random(?) port.
I can''t use CONNMARK because is udp traffic.
I only see a pattern for L7 patch in order to
SIP traffic identification , but I run 2.4
kernel series .
When you patch 2.4 kernel with