What is the difference between burst and cburst parameter ? --
cburst is for ceil rate and burst is for normal rate. or rate has burst ceil has cburst probably it is not clear from the manual ? devik On Sat, 25 May 2002, [ISO-8859-1] Julián Muńoz wrote:> What is the difference between burst and cburst parameter ? > > -- > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > >
On Sun, 26 May 2002, Martin Devera wrote:> cburst is for ceil rate and burst is for normal rate. > or > rate has burst > ceil has cburst > > probably it is not clear from the manual ?No :-) So it means that when traffic is borrowed cburst is used, else burst ? -- Saludos de Julián EA4ACL -.-
> > rate has burst > > ceil has cburst > > > > probably it is not clear from the manual ? > > No :-) > > So it means that when traffic is borrowed cburst is used, else burst ?Hmm .. do you understand the difference between ceil & rate ? Everytime when ceil is computed then cburst is used and vice versa .. Probably if you don''t understand difference between bursts then you don''t need them. devik
See chapter 5 on http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm The burst and cburst of a class should always be at least as high as that of any of it children The burst and cburst parameters control the amount of data that can be sent at the maximum (hardware) speed without trying to serve another class (cburst-ceil burst-rate) i.e. class borrowed on rate it used burst on ceil it used cburst It possible in this case when ancestor borrwed all traffic from his descendant and ancestor of this ancestor borrowed all traffic from it Any problem ??? 27.05.2002 13:54:16, Julián Muñoz <jmunoz@telefonica.net> wrote:>On Sun, 26 May 2002, Martin Devera wrote: > >> cburst is for ceil rate and burst is for normal rate. >> or >> rate has burst >> ceil has cburst >> >> probably it is not clear from the manual ? > >No :-) > >So it means that when traffic is borrowed cburst is used, else burst ? > > > >-- >Saludos de Julián >EA4ACL >-.- > > >_______________________________________________ >LARTC mailing list / LARTC@mailman.ds9a.nl >http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ >----------------------------------- mailto:alexey_talikov@texlab.com.uz BR Alexey Talikov FORTEK -----------------------------------
On Mon, 27 May 2002, Martin Devera wrote:> > > rate has burst > > > ceil has cburst> > So it means that when traffic is borrowed cburst is used, else burst ? > > Hmm .. do you understand the difference between ceil & rate ?Yes, rate is the guaranteed bandwitdh, ceil is the maximum bandwidth.> Everytime when ceil is computed then cburst is used and vice versa ..I will try to answer to myself: --------- | | | | -------- --------------------- Say you have a burst like this. When transmiting all the available bandwitdh is used by the burst. At the next oportunity, htb will ask himself: its my turn, how long must be this burst ? If the computed bandwidth used by this class is over "rate" (but less than "ceil", the length will be "cburst". Else it will be "burst"). Is it this ?? -- __o _ \<_ (_)/(_) Saludos de Julián EA4ACL -.- Foro Wireless Madrid http://opennetworks.rg3.net
> > Everytime when ceil is computed then cburst is used and vice versa .. > > I will try to answer to myself: > > > --------- > | | > | | > -------- --------------------- > > > Say you have a burst like this. When transmiting all the available > bandwitdh is used by the burst. > > At the next oportunity, htb will ask himself: > its my turn, how long must be this burst ? > > If the computed bandwidth used by this class is over "rate" (but less than > "ceil", the length will be "cburst". Else it will be "burst"). > > Is it this ??--- Please don''t be impatient ! I didn''t respond to your mail instantly and you sent me it again. --- I don''t think so. The burst values are used by htb to answer question "is the class over rate" and "is the class over ceil". The rate and ceil estimator is coupled by pairs rate/burst and ceil/cburst. It is by definition of leaky bucket. So that by raising burst you higher probability that next question whether the class is under its rate will be answered "yes". devik
On Mon, 27 May 2002, Martin Devera wrote:> I don''t think so. The burst values are used by htb to answer > question "is the class over rate" and "is the class over ceil". > The rate and ceil estimator is coupled by pairs rate/burst and > ceil/cburst. It is by definition of leaky bucket.So is it the leak size ?> > So that by raising burst you higher probability that next question > whether the class is under its rate will be answered "yes".Ok. Well, in fact I asked this because I want to understand a bit better why use bursts: Do really bursts decrement the medium time of response of the affected class ? (I suppose that yes, as say Devik in the manual "Well it is cheap and simple way how to improve response times on congested link."). If I have 2 classes in paralell, exactly with the same parameters, except one with a little (default) burst, another with a big burst (say burst= X ), receiving the same N bits a the same time ( N < X ). Will the second class empty before the first one ? Now suppose that this classes during this experiment use more bandwidth than their "rate" parameter. Is both have the same "cburst" parameter (little cburst (default)), are they identical during this time ? Should I always set burst AND cburst in order to have the expected result ? What I want to do is prioritize some interactive traffic (and understant why it works :-) Thanks :-) -- Saludos de Julián EA4ACL -.-
> > I don''t think so. The burst values are used by htb to answer > > question "is the class over rate" and "is the class over ceil". > > The rate and ceil estimator is coupled by pairs rate/burst and > > ceil/cburst. It is by definition of leaky bucket. > > So is it the leak size ?Leaky bucket is defined in terms of rate and burst AFAIK.> Do really bursts decrement the medium time of response of the affected > class ?in some cases yes.> (I suppose that yes, as say Devik in the manual "Well it is cheap and > simple way how to improve response times on congested link.").I''ve written that in midnight after two beers ;) But this part is ok. Thought about rate/burst pair as about SLA. If you set rate 5k and burst 10k then for such class you can say that if traffic in it agrees with this SLA (it uses up to 5kbps over long period with up to 10k bursts) it will be served ASAP. Some graphs (one character 1s, one "0" or "*" is 1k) ...0000000000............................. traffic above will go fast thru it (burst). ...0000000000.....00000.....0.0.0.0.0.0.0.0.0. this one too (starts with burst and continues 5k/s ...0000000000.....00000*0000...... this one will probably delay at * because here it no longer match leaky bucket. So that giving burst 50kB and 10k rate will allow web browsing faster because it will allow all 50k go at the fastest possible speed (whole web page) and then drop to 10k. If user will then read page for 5seconds new 50k burst will accumulate and next page can be loaded quickly. This holds for burst. The same is for cburst but the rules are used when rate/burst denied using the class and you want to borrow. Then you can shortly go above ceil as long as cburst will allow. Typicaly you don''t want to allow bursts in ceil so that don''t use cburst keyword. It is possible to do some things with it but only when you understand bursts in depth.> If I have 2 classes in paralell, exactly with the same parameters, except > one with a little (default) burst, another with a big burst (say burst= X > ), receiving the same N bits a the same time ( N < X ). Will the second > class empty before the first one ?Class with bigger burst (C1) will be ahead almost from starting (by burst1-burst2 bytes).> Now suppose that this classes during this experiment use more bandwidth > than their "rate" parameter. Is both have the same "cburst" parameter > (little cburst (default)), are they identical during this time ? Should I > always set burst AND cburst in order to have the expected result ?C1 will be still ahead by the same time. Rate will be exactly the same while C1 will always transfer more bytes at every time. In graph bellow , is C1 and . is one with smaller burst. b , . y , . t , . e , . s | . ***+. t i m e The | is height of C1 burst while C2.burst=0 (almost). You can see that the slope is the same but the burst allow C1 to be ahead by constant number of bytes. devik