Displaying 20 results from an estimated 4000 matches similar to: "What is: "Consider r2q change""
2005 Oct 20
5
Ho do i manage NAT''ed egress bandwidht?
Hi,
I have a Debian based NAT router. How can I manage upstream egress
bandwidth based on the LAN ipadress in the network below? My goal is
that host1 get a minumum of 10Mbit up/down and host2 gets a minimum of
90Mbit up/down, both max 100Mbit up/down?
targethost
172.16.255.254
|
|
172.16.0.1
natrouter
2005 Mar 11
4
HTB statistics
Hi,
there is something I''m not able to understand about HTB statistics.
Why the qdisc show show how many packets are overlimits but in the
classes there are always 0 packets overlimits or dropped?
I try to expain with a simple example. I create a qdisc htb with only a
class and then i do a lot of traffic.
pc-innocenti:~# tc qdisc add dev eth0 parent root handle 1: htb default 10
2003 Apr 30
1
Error! HTB: quantum of class 10001 is big. consider r2q change
hi.
When I execute follow class setting
qdisc 1:0 root htb default 2
parent 1:0 classid 1:1 htb rate 10Mbit ceil 10Mbit
parent 1:1 classid 1:2 htb rate 10kbit ceil 100Mbit
HTB: quantum of class 10001 is big. Consider r2q change. <7>htb*g j=1014xxxxx
HTB: quantum of class 10001 is big. Consider r2q change. <7>htb*g j=1014xxxxx
HTB: quantum of class 10001 is big. Consider r2q change.
2003 Oct 11
1
HTB: quantum of class 100001 is small. Consider r2q change
Salut lartc (lartc@mailman.ds9a.nl),
18:12:52 kernel HTB init, kernel part version 3.10
18:12:52 kernel HTB: quantum of class 100001 is small. Consider r2q change.
18:12:52 kernel HTB: quantum of class 100002 is small. Consider r2q change.
18:12:52 kernel HTB: quantum of class 100003 is small. Consider r2q change.
18:12:52 kernel HTB: quantum of class 100004 is small. Consider r2q change.
2004 Jun 13
1
Consider r2q change, why !?
Hi,
My system always complain with the warning below :
HTB: quantum of class 10099 is small. Consider r2q change.
I simply do not understand why...
Below my tc commands :
/sbin/tc qdisc del dev eth0 root
/sbin/tc qdisc add dev eth0 root handle 1 htb default 99
/sbin/tc class add dev eth0 parent 1: classid 1:2 htb rate 128Kbit
/sbin/tc class add dev eth0 parent 1:2 classid 1:10 htb rate 80Kbit
2004 Jan 26
3
R2Q
Hello again,
I need to change the R2Q for my script, as setting the quantum manually for
each class is painful. Can you tell me exactly where to set R2Q = x?
I get syntax errors all the time. Should it be specified for each class? I
do not know where to place this setting...
Thanks in advance,
Vlad Mihai
_______________________________________________
LARTC mailing list /
2004 Mar 19
8
r2q
Hi...
I''m working with HTB, and have a question...
what happen if I create a class of "8kbit" ??
I get a log :
"HTB: quantum of class .... is small. Consider r2q change"
but, my r2q=1 I can''t reduce that variable...
how must I procced ?
Thank you!
mac
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2003 Mar 12
3
Warnings with and without r2q
Hi everyone,
My HTB script is showing me those "r2q change" warnings. I read that I
should test with r2q values to gain accuracy and stop the warnings but I
made some tests with r2q and with burst and I still get the warnings. Any
ideas on this issue will be very helpful. The script seems to be working as
the bandwidth for the IPs is being shaped.
The NIC works at 100mbit and the
2006 Feb 28
10
Htb queueing problem
Hi everybody!
I''m using an edge bridge box with two ethernet cards to shape traffic in
a WAN link. I''m running Debian 3.1 stable with kernel 2.6.8 and
iproute from packages. I recompiled the kernel with the following
built-in options:
[*] 802.1d Ethernet Bridging
[*] QoS and/or fair queueing
<*> HTB packet scheduler
<*> SFQ queue
[*] QoS support
2002 May 19
1
r2q
Hello,
I''ve installed htb3 on my simple config
(htb + sfq) . Something is now complaining that quantum is too small
and suggest that r2q be changed.
There seems to be no documentation on this.
Ideas anyone?
Regards
John
2006 Aug 02
10
[PATCH 0/6] htb: cleanup
The HTB scheduler code is a mess, this patch set does some basic
house cleaning. The first four should cause no code change, but the
last two need more testing.
--
Stephen Hemminger <shemminger@osdl.org>
"And in the Packet there writ down that doome"
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to
2006 Jan 25
4
tcf_action_destroy destroying
Hi,lartc
I used iproute-060110 with iptables1.3.4 on gentoo 2005r1 kernel 2.6.14-5.
I find some error messages in system logfile:
HTB: quantum of class 10001 is big. Consider r2q change.
HTB: quantum of class 10010 is big. Consider r2q change.
tcf_action_init_1: successfull police
HTB: quantum of class 20001 is big. Consider r2q change.
HTB: quantum of class 20020 is big. Consider
2007 Jun 10
2
HTB
What exactly happens if the sum of the children classes rate is bigger
than the parent''s?
What if the majority of these classes are using less than the minimum
rate established (eg. 0kbps)?
--
Marco Casaroli
SapucaiNet Telecom
+55 35 34712377 ext 5
2005 Dec 20
1
want to diffrentiate the traffic
Hi
i have huge traffic going to internet
at this moment iam using cisco to do QoS
after reading lartc
i would like to shift the setup to linux
can you any one tell me
i have 45mb internet
make 40mb for all traffic, and 5mb for voice
if Voice not used 45 MB for Data
any sample configuration , or example will be good to start with
becoz its very high traffic .. so suggest me what server
2006 Mar 30
2
linux bridging vlans?
re
can somebody tell me what am I doing wrong (at this late night hour),
because vlan are not getting bridged at all.
ifconfig eth0 0.0.0.0 up
ifconfig eth1 0.0.0.0 up
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth1
ifconfig br0 up
vconfig add br0 X
vconfig add br0 Y
X = vlan-ID (example: 222)
Y = vlan ID (example: 223)
# brctl show
bridge name bridge
2004 Nov 04
0
Re: HTB: quantum of class 10200 is small. Consider r2q change.
Bernard Łabno wrote:
> Hello,
> What does this line mean :
>
> HTB: quantum of class 10200 is small. Consider r2q change.
>
>
> And how should I fix it ? I have dsl 1mb connection and 2 cards
> (realtek-8139C and realtek-8100B/8139D)
>
> Could the above line cause this ? :
> NETDEV WATCHDOG: eth0: transmit timed out
> eth0: Transmit timeout, status 0c 0005
2005 Dec 27
0
HTB: quantum of class 10001 is big. Consider r2q change.
Hi,
I have this message in my syslog:
HTB: quantum of class 10001 is big. Consider r2q change.
I don''t know why it''s there. I think all my setup is right. I am
shaping traffic from my web server. It lives at three IP addresses,
first is fast (and most important - aaa.bbb.ccc.1), second slower
(aaa.bbb.ccc.2), third slowest (aaa.bbb.ccc.3). Total bandwidth is
2700kBps. Other
2005 Mar 15
1
how to bring down htb rate to 3kbit?
Hello Everybody,
I am successful in throttling down the Bandwidth to 8kbit using HTB. Below that I get report to change r2q. I want to bring down the Leaf class Bandwidth to 3kbit.
My script is as below:
Tc Script to throttle down the Bandwidth to 8kbit based on MAC address and IP address
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1:0 htb default 30 r2q 1
tc class add
2005 Dec 12
2
quantum
Dear all,
I''m new to traffic shapping although i have gone through marking and HTB queueing but i felt trouble in tc filter . I wonder if any one give me the hints about quantum or r2q.
i guess quantum is used when two class has same prio and rate and want to give first priority between them and control the borrowing traffic. It should be set more than MTU too. But my
2004 Jan 20
5
Quantum of class nnnnn is big
My gateway is showing these messages:
htb*g j=4929
htb*r7 m=0
htb*r6 m=0
htb*r5 m=0
htb*r4 m=0
htb*r3 m=0
htb*r2 m=0
htb*r1 m=0
htb*r0 m=0
HTB: quantum of class 10001 is big. Consider r2q change.
What does it means ?
Thanks,
Luciano Lima
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: