* Re: [LARTC] What happens when guaranteed BW cannot be delivered (HTB and CBQ)
@ 2002-11-12 16:15 Stef Coene
0 siblings, 0 replies; 3+ messages in thread
From: Stef Coene @ 2002-11-12 16:15 UTC (permalink / raw)
To: lartc
On Tuesday 12 November 2002 13:43, Mathieu Deziel wrote:
> > But the settings
> > like rate and burst are satisified even if there is less bandwidth
> > available then configured.
>
> How can the rate be satisfied, when it is not physically available?
My mistake.
Each class will get bandwidth proportional to the rate untill all the rates
are satisfied or there is no bandwidth left. Remaining bandwidth is given to
the class with the lowest priority and proportional to the quantum parameter.
One of the rules if you create a htb setup, is to make the sum of the rates of
the child classes <= rate of the parent class. So the rate can always be
satisfied. You don't have to follow this rule, htb will work fine, but it
will no be obviously to know what's going on.
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] 3+ messages in thread* [LARTC] What happens when guaranteed BW cannot be delivered (HTB and CBQ)
@ 2002-11-08 19:33 Mathieu Deziel
2002-11-08 22:58 ` Stef Coene
0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Deziel @ 2002-11-08 19:33 UTC (permalink / raw)
To: lartc
Hi all,
Suppose you have the following hypothetical scenario.
Your traffic enters the root queue (HTB or CBQ). Then, traffic is
subdivided into level 2 classes. Some of the level 2 classes are
subdivided further into level 3 classes.
This is all done according to some filters (this is not the point here,
though).
[L1 Root]
| |
L2 L2
/ \
L3 L3
Of course, all the leaf classes are configured to a given "base" or
"guaranteed" rate.
The sum of these guaranteed rate does not exceed the total available
bandwidth".
The sum of the base rates of the children of a class does not exceed the
base rate of the parent.
Also, if other queues are not using their base BW, their available BW
can be borrowed by other, up to "the total available bandwidth"
Specifically, if we are using HTB, the ceil of each class would be set
to the "the total available bandwidth"
Now, on some medium, it is hard to evaluate in advance the available
bandwidth on the link.
For example, on Ethernet, when there is a lot of traffic, the available
BW for a node can become low.
Lets say that this is what happens:
1. The sum of the base rate of all leafs classes is 1Mbps.
2. Ethernet 10Mbits/sec NIC card is used.
3. At a given point in time, there is a lot of traffic in the network,
and our node has only 0.7Mbits/sec available for transmission. The
situation remains like this for a while.
4. During the same period, all flows are using completely their base
rate (i.e. traffic is flowing in all classes at their base rate, so
globally there is 1Mbps flowing in the queuing mechanism).
Definitely, some classes will not get their base rate.
And now, finally, here are my questions.
For both CBQ and HTB, which classes will start to starve first? Is this
done according to their priority, according to their base rate, or is it
totally random?
Have HTB and CBQ been designed to handle this kind of situation?
I am looking for answers in term of general behavior of HTB and CBQ.
Thank you all,
Mathieu.
--
Mathieu Deziel
Computer Network Researcher
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [LARTC] What happens when guaranteed BW cannot be delivered (HTB and CBQ)
2002-11-08 19:33 Mathieu Deziel
@ 2002-11-08 22:58 ` Stef Coene
0 siblings, 0 replies; 3+ messages in thread
From: Stef Coene @ 2002-11-08 22:58 UTC (permalink / raw)
To: lartc
On Friday 08 November 2002 20:33, Mathieu Deziel wrote:
> Hi all,
>
> Suppose you have the following hypothetical scenario.
> Your traffic enters the root queue (HTB or CBQ). Then, traffic is
> subdivided into level 2 classes. Some of the level 2 classes are
> subdivided further into level 3 classes.
> This is all done according to some filters (this is not the point here,
> though).
>
> [L1 Root]
>
> L2 L2
> / \
> L3 L3
>
> Of course, all the leaf classes are configured to a given "base" or
> "guaranteed" rate.
> The sum of these guaranteed rate does not exceed the total available
> bandwidth".
> The sum of the base rates of the children of a class does not exceed the
> base rate of the parent.
> Also, if other queues are not using their base BW, their available BW
> can be borrowed by other, up to "the total available bandwidth"
> Specifically, if we are using HTB, the ceil of each class would be set
> to the "the total available bandwidth"
>
> Now, on some medium, it is hard to evaluate in advance the available
> bandwidth on the link.
> For example, on Ethernet, when there is a lot of traffic, the available
> BW for a node can become low.
>
> Lets say that this is what happens:
> 1. The sum of the base rate of all leafs classes is 1Mbps.
> 2. Ethernet 10Mbits/sec NIC card is used.
> 3. At a given point in time, there is a lot of traffic in the network,
> and our node has only 0.7Mbits/sec available for transmission. The
> situation remains like this for a while.
> 4. During the same period, all flows are using completely their base
> rate (i.e. traffic is flowing in all classes at their base rate, so
> globally there is 1Mbps flowing in the queuing mechanism).
>
> Definitely, some classes will not get their base rate.
> And now, finally, here are my questions.
:)
> For both CBQ and HTB, which classes will start to starve first? Is this
> done according to their priority, according to their base rate, or is it
> totally random?
> Have HTB and CBQ been designed to handle this kind of situation?
>
> I am looking for answers in term of general behavior of HTB and CBQ.
Htb will handle this nicely. All traffic will distributed according to the
rates. I'm doing some tests about it, but someone gave me 30 vcd's with
StarTrek movies on it, so some of my tests are delayed :)
I did some tests about it but I have no results available. But the settings
like rate and burst are satisified even if there is less bandwidth available
then configured.
I think cbq does the same but I'm not sure.
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] 3+ messages in thread
end of thread, other threads:[~2002-11-12 16:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-12 16:15 [LARTC] What happens when guaranteed BW cannot be delivered (HTB and CBQ) Stef Coene
-- strict thread matches above, loose matches on Subject: below --
2002-11-08 19:33 Mathieu Deziel
2002-11-08 22:58 ` 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.