* [LARTC] the quantem of class 10001 is big
@ 2002-09-20 9:49 hanhbnetfilter
2002-09-20 17:36 ` Stef Coene
0 siblings, 1 reply; 2+ messages in thread
From: hanhbnetfilter @ 2002-09-20 9:49 UTC (permalink / raw)
To: lartc
imq and htb are used to control traffic.
#tc qdisc add dev imq0 root handle 1: htb default 0
#tc class add dev $IMQDEV parent 1: classid 1:1 htb \
rate 10000kbps ceil 10000kbps burst 15k
I get the following messages:
HTB quantum of class 1001 is big.consider r2q change
<7>htb*g jA29006
what is the reasonable range of rate ,or I have to set
which parameter to set rate up to 10M(even 100M)
_________________________________________________________
Do You Yahoo!?
新鲜到底,娱乐到家 - 雅虎推出免费娱乐电子周报!
http://cn.ent.yahoo.com/newsletter/index.html
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LARTC] the quantem of class 10001 is big
2002-09-20 9:49 [LARTC] the quantem of class 10001 is big hanhbnetfilter
@ 2002-09-20 17:36 ` Stef Coene
0 siblings, 0 replies; 2+ messages in thread
From: Stef Coene @ 2002-09-20 17:36 UTC (permalink / raw)
To: lartc
On Friday 20 September 2002 11:49, hanhbnetfilter wrote:
> imq and htb are used to control traffic.
> #tc qdisc add dev imq0 root handle 1: htb default 0
> #tc class add dev $IMQDEV parent 1: classid 1:1 htb \
> rate 10000kbps ceil 10000kbps burst 15k
>
> I get the following messages:
> HTB quantum of class 1001 is big.consider r2q change
> <7>htb*g j=4129006
> what is the reasonable range of rate ,or I have to set
> which parameter to set rate up to 10M(even 100M)
If you want more info about quantum, checkout the faq page on www.docum.org.
1500 < quantum = rate / r2q (=10) < 60.000
- r2q can be overruled when you add the cbq qdisc
- quantum can be overruled when you add the cvq class
Stef
--
stef.coene@docum.org
"Using Linux as bandwidth manager"
http://www.docum.org/
#lartc @ irc.oftc.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-09-20 17:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-20 9:49 [LARTC] the quantem of class 10001 is big hanhbnetfilter
2002-09-20 17:36 ` Stef Coene
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.