* Re: [LARTC] imq+htb does no traffic controll
2002-03-25 10:07 [LARTC] imq+htb does no traffic controll Mario Wolff
@ 2002-03-25 12:26 ` Martin Devera
2002-03-25 14:16 ` Nils Lichtenfeld
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Martin Devera @ 2002-03-25 12:26 UTC (permalink / raw)
To: lartc
> #build a root-queue on the imq
> tc qdisc add dev imq root handle 1: htb default 1
did you ifconfig imq up !?
> My Questions:
> -how to build a "dont touch" class?
there is one in htb X:0 (like 1:0). Just use
default 0 or use flow 1:0 in filters
> -what´s wrong on the thinks i´ve did?
is imq up ?
> -is the pppoe-ethernet critical to pass thru the imq
hmm ... I don't know interactions here ... probably
it goes thru imq like all others
> -how many prios are allowed? First i had prio 10, 20 and 30 on the
4 prios (0-3). First it should be enough, at second: each
new prio makes htb slower and more memory demanding
devik
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [LARTC] imq+htb does no traffic controll
2002-03-25 10:07 [LARTC] imq+htb does no traffic controll Mario Wolff
2002-03-25 12:26 ` Martin Devera
@ 2002-03-25 14:16 ` Nils Lichtenfeld
2002-03-25 14:17 ` Mario Wolff
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Nils Lichtenfeld @ 2002-03-25 14:16 UTC (permalink / raw)
To: lartc
Hello Martin!
> > -how many prios are allowed? First i had prio 10, 20 and 30 on the
>
> 4 prios (0-3). First it should be enough, at second: each
> new prio makes htb slower and more memory demanding
Uh, its good to know about it. Does this happen allready if you compile htb for
8 prios (but only use 4 of them), or only if you use more then 4 prios of the 8
at the same time?
What about increasing the depth-thingy?
Greetings Nils
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [LARTC] imq+htb does no traffic controll
2002-03-25 10:07 [LARTC] imq+htb does no traffic controll Mario Wolff
2002-03-25 12:26 ` Martin Devera
2002-03-25 14:16 ` Nils Lichtenfeld
@ 2002-03-25 14:17 ` Mario Wolff
2002-03-25 15:59 ` Martin Devera
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Mario Wolff @ 2002-03-25 14:17 UTC (permalink / raw)
To: lartc
Hello devik,
Am Montag, 25 März 2002 schrieben Sie:
> > #build a root-queue on the imq
> > tc qdisc add dev imq root handle 1: htb default 1
> did you ifconfig imq up !?
Yes, for sure. If the interface were down, the filters could not
put the traffic to the build classes.
> > -how to build a "dont touch" class?
> there is one in htb X:0 (like 1:0). Just use
> default 0 or use flow 1:0 in filters
Oh, that was new to me! I tought i have to put my packets to leave-
classes. Thanks, i´ll try that.
> > -is the pppoe-ethernet critical to pass thru the imq
> hmm ... I don't know interactions here ... probably
> it goes thru imq like all others
ok, then i put it to flow 1:0.
> > -how many prios are allowed? First i had prio 10, 20 and 30 on the
> 4 prios (0-3). First it should be enough, at second: each
> new prio makes htb slower and more memory demanding
i dont need more than that, but i tought the prio backside would
be build at runtime and so i decide to leave space for something
like "more prio than x but less prio than y".
I´m not a great programmer but maybe there would be a way to configure
that at the kernel conf, just like number of unix98-terms or something.
> devik
thanks!
Mario
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [LARTC] imq+htb does no traffic controll
2002-03-25 10:07 [LARTC] imq+htb does no traffic controll Mario Wolff
` (2 preceding siblings ...)
2002-03-25 14:17 ` Mario Wolff
@ 2002-03-25 15:59 ` Martin Devera
2002-03-25 16:04 ` Martin Devera
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Martin Devera @ 2002-03-25 15:59 UTC (permalink / raw)
To: lartc
> > > -how many prios are allowed? First i had prio 10, 20 and 30 on the
> >
> > 4 prios (0-3). First it should be enough, at second: each
> > new prio makes htb slower and more memory demanding
>
> Uh, its good to know about it. Does this happen allready if you compile htb for
> 8 prios (but only use 4 of them), or only if you use more then 4 prios of the 8
> at the same time?
It depends on compile values. It should not be problem
to have 8 prios if you don't want to shape over multi
100Mbit ...
> What about increasing the depth-thingy?
It depend a bit on it too but not so much. Increasing both
depth and prio count would make it about 10% slower...
devik
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [LARTC] imq+htb does no traffic controll
2002-03-25 10:07 [LARTC] imq+htb does no traffic controll Mario Wolff
` (3 preceding siblings ...)
2002-03-25 15:59 ` Martin Devera
@ 2002-03-25 16:04 ` Martin Devera
2002-03-26 9:50 ` Mario Wolff
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Martin Devera @ 2002-03-25 16:04 UTC (permalink / raw)
To: lartc
> > > -how many prios are allowed? First i had prio 10, 20 and 30 on the
> > 4 prios (0-3). First it should be enough, at second: each
> > new prio makes htb slower and more memory demanding
>
> i dont need more than that, but i tought the prio backside would
> be build at runtime and so i decide to leave space for something
> like "more prio than x but less prio than y".
> I´m not a great programmer but maybe there would be a way to configure
> that at the kernel conf, just like number of unix98-terms or something.
It is possible of course. Only having too much prio levels will
not do much good for you. It is better to use low prio mid prio
and hi prio and use bw limiting to share more hi-prio classes.
devik
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [LARTC] imq+htb does no traffic controll
2002-03-25 10:07 [LARTC] imq+htb does no traffic controll Mario Wolff
` (4 preceding siblings ...)
2002-03-25 16:04 ` Martin Devera
@ 2002-03-26 9:50 ` Mario Wolff
2002-03-26 12:17 ` Martin Devera
2002-03-26 13:39 ` Julián Muñoz
7 siblings, 0 replies; 9+ messages in thread
From: Mario Wolff @ 2002-03-26 9:50 UTC (permalink / raw)
To: lartc
Am Montag, 25 M雷z 2002 schrieb Mario Wolff <wolff@voll.prima.de> :
> I do imq+htb traffic controll but it does not regulate anything.
> What i았e checked:
the imq-interface is up
> to take a look to the classes 1:31 1:32 and 1:33.
> I could see that the filters does there job and every connection
> is going to the right class.
> I았e started a download of a kernel image on a pay-system and it
> has ca 80kb/s. Than i았e stopped that download and started the same
> on a BOfH-System, it has 80kb/s, all ok!
> Than a i았e started the download on the pay-system again and after
> 10 seconds both systems got 40kb/s. Thats wrong!
i았e put the kernel-image to the routers-webserver (normaly for mrtg)
to exclude inges influence. But the situation is still the same!
> My Questions:
> -what압 wrong on the thinks i았e did?
Thats still the question! Should i send other/more information? What
would you need to help?
> Thanks for help!
Once again!
> Mario Wolff
Yes, myself!
Mario Wolff
> PS: is it possible, that the hole QoS-Part of my 2.2.17 Kernel is
> bugy? On an other kernel-tree i applyed the ds-patch to get ingress
> qdisc support. It commpiles fine and the module loads with no errors,
> but a "tc qdisc add dev ppp0 ingress ..." gives no such device error!
This is also left unanswerd. Is anybody succesfully using thes kernel?
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [LARTC] imq+htb does no traffic controll
2002-03-25 10:07 [LARTC] imq+htb does no traffic controll Mario Wolff
` (5 preceding siblings ...)
2002-03-26 9:50 ` Mario Wolff
@ 2002-03-26 12:17 ` Martin Devera
2002-03-26 13:39 ` Julián Muñoz
7 siblings, 0 replies; 9+ messages in thread
From: Martin Devera @ 2002-03-26 12:17 UTC (permalink / raw)
To: lartc
> > to take a look to the classes 1:31 1:32 and 1:33.
> > I could see that the filters does there job and every connection
> > is going to the right class.
> > I았e started a download of a kernel image on a pay-system and it
> > has ca 80kb/s. Than i았e stopped that download and started the same
> > on a BOfH-System, it has 80kb/s, all ok!
> > Than a i았e started the download on the pay-system again and after
> > 10 seconds both systems got 40kb/s. Thats wrong!
>
> i았e put the kernel-image to the routers-webserver (normaly for mrtg)
> to exclude inges influence. But the situation is still the same!
I can't found tc -s -d show qdisc and tc -s -d show class outputs
during all tests. Did you attached them ?
> Thats still the question! Should i send other/more information? What
> would you need to help?
money ? ;-] hehe just joking (unfortunately)
> > PS: is it possible, that the hole QoS-Part of my 2.2.17 Kernel is
> > bugy? On an other kernel-tree i applyed the ds-patch to get ingress
> > qdisc support. It commpiles fine and the module loads with no errors,
> > but a "tc qdisc add dev ppp0 ingress ..." gives no such device error!
>
> This is also left unanswerd. Is anybody succesfully using thes kernel?
yes, me.
devik
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [LARTC] imq+htb does no traffic controll
2002-03-25 10:07 [LARTC] imq+htb does no traffic controll Mario Wolff
` (6 preceding siblings ...)
2002-03-26 12:17 ` Martin Devera
@ 2002-03-26 13:39 ` Julián Muñoz
7 siblings, 0 replies; 9+ messages in thread
From: Julián Muñoz @ 2002-03-26 13:39 UTC (permalink / raw)
To: lartc
> > > PS: is it possible, that the hole QoS-Part of my 2.2.17 Kernel is
> > > bugy? On an other kernel-tree i applyed the ds-patch to get ingress
> > > qdisc support. It commpiles fine and the module loads with no errors,
> > > but a "tc qdisc add dev ppp0 ingress ..." gives no such device error!
> >
> > This is also left unanswerd. Is anybody succesfully using thes kernel?
I'm not following the thread, with 2.2.19 I have HTB which seems to work,
but ingress doesn't (with ds-patch applied). Ingress only works for me in
2.4 kernel.
--
__o
_ \<_
(_)/(_)
Saludos de Julián
EA4ACL
-.-
Foro Wireless Madrid
http://opennetworks.rg3.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread