From: Stef Coene <stef.coene@docum.org>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Guaranteed rate per class and maximum ceiling per element in class???
Date: Fri, 17 Sep 2004 19:04:40 +0000 [thread overview]
Message-ID: <200409172104.40727.stef.coene@docum.org> (raw)
In-Reply-To: <A3D1526C98B7C1409A687E0943EAC41001EA8B@obelix.askesis.nl>
On Friday 17 September 2004 07:22, Joost Kraaijeveld wrote:
> Hi all,
>
> It is my understanding that with HTB, the rate and the ceiling are divided
> over the elements of the class. E.g. using a rate of 100 kb and a ceiling
> of 2000 kb for a class with 10 elements on a 100Mb NIC, the effect of the
> ceiling will be that if all elements are generating their maximimum
> possible trafic they will be effectively limited to ~ ceiling / number of
> elements, in this case 2000/10 = 200.
Yep.
> But what I want is that any individual within a class is limited to an
> amount that is smaller that the class ceiling while maintaining the class
> ceiling.
>
> Is it possible to achieve a guaranteed rate per class, a ceiling per class
> AND maximum ceiling per individual element in class using TCNG 1.3 on Linux
> (Debian 2.6 kernel)? Otherwise?
Yes, yes and yes :)
The first 2 can be done with htb. For the third yes, you can use the wrr
qdisc (I never tested this myself and I don't know if tcng can configure
this). The wrr qdisc can be added to a htb class. Or you can add extra
classes to the htb class.
For htb shaping rules, see:
http://www.docum.org/docum.org/faq/cache/10.html
Stef
--
stef.coene@docum.org
"Using Linux as bandwidth manager"
http://www.docum.org/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2004-09-17 19:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-17 5:22 [LARTC] Guaranteed rate per class and maximum ceiling per element in class??? Joost Kraaijeveld
2004-09-17 19:04 ` Stef Coene [this message]
2004-09-19 14:57 ` Joost Kraaijeveld
2004-09-20 15:57 ` Stef Coene
2004-09-20 19:40 ` Joost Kraaijeveld
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200409172104.40727.stef.coene@docum.org \
--to=stef.coene@docum.org \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.