From: EGAL Vincent <egal@ipanematech.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Thousands of classes, BW throttling and prioritizing??
Date: Tue, 08 Oct 2002 15:33:58 +0000 [thread overview]
Message-ID: <marc-lartc-103409133326633@msgid-missing> (raw)
In-Reply-To: <marc-lartc-103372977201244@msgid-missing>
Dare wrote:
> Hello,
>
> I need to limit the bandwidth to 1Mbit per user IP (and never give
> more) and inside of each 1Mbit prioritize minimum-delay traffic (video
> stream from specific servers, so I mangle TOS for packets from those).
> The problem is I need this for *thousands* of users. I am guessing
> thousands of classes are needed, but the question is, is this
> feasible? Could one machine ever handle this? How does this scale with
> either CBQ or HTB?
>
> thanks,
> Darko
>
> ps. in more detail: I am trying to do this before (upstream) an ATM
> switch, which has the bw limit per user set. If I just prioritize the
> traffic before reaching the switch, other traffic still gets through
> and the switch is the one that drops the packets on its own, not
> knowing about my priorities. That's why I think I need to both shape
> and prioritize the traffic in the same point and while still on the IP
> level.
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
hi, if your switch has the bw limit per user set, perhaps you only need
to set one prio queue for minimum delay traffic.
if you prefer to shape to 1Mbit and have up to 1000 classes htb is
certainly better to do this versus CBQ ; but feasibility will certainly
depend on number of backlogged classes, the way you filter packets,
kind of driver you use (interrupt mitigation ) average number of
paquet/s and of course CPU frequency.
--
Vincent EGAL
Email : egal@ipanematech.com
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
prev parent reply other threads:[~2002-10-08 15:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-04 11:12 [LARTC] Thousands of classes, BW throttling and prioritizing?? Dare
2002-10-05 19:14 ` Stef Coene
2002-10-08 15:33 ` EGAL Vincent [this message]
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=marc-lartc-103409133326633@msgid-missing \
--to=egal@ipanematech.com \
--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.