All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] How to do bandwidth guarantee and limit?
@ 2002-06-18  2:35 guxy
  2002-06-18 11:31 ` Stef Coene
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: guxy @ 2002-06-18  2:35 UTC (permalink / raw)
  To: lartc

Hi!
I see some firewall's bandwidth control can do the bandwidth guarantee and limit ,how use Linux TC  to do this ?


Thanks a lot!
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] How to do bandwidth guarantee and limit?
  2002-06-18  2:35 [LARTC] How to do bandwidth guarantee and limit? guxy
@ 2002-06-18 11:31 ` Stef Coene
  2002-06-19  0:35 ` guxy
  2002-06-19  6:33 ` Stef Coene
  2 siblings, 0 replies; 4+ messages in thread
From: Stef Coene @ 2002-06-18 11:31 UTC (permalink / raw)
  To: lartc

On Tuesday 18 June 2002 04:35, guxy wrote:
> Hi!
> I see some firewall's bandwidth control can do the bandwidth guarantee and
> limit ,how use Linux TC  to do this ?
More info on :
HOWTO: http://lartc.org/
www.docum.org

Stef

-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.openprojects.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] How to do bandwidth guarantee and limit?
  2002-06-18  2:35 [LARTC] How to do bandwidth guarantee and limit? guxy
  2002-06-18 11:31 ` Stef Coene
@ 2002-06-19  0:35 ` guxy
  2002-06-19  6:33 ` Stef Coene
  2 siblings, 0 replies; 4+ messages in thread
From: guxy @ 2002-06-19  0:35 UTC (permalink / raw)
  To: lartc

Tank you,but "guarantee "and "limit "is difference,I have read the doc on http://lartc.org and www.docum.org ,can you give me some example to differentiate them?
----- Original Message ----- 
From: "Stef Coene" <stef.coene@docum.org>
To: "guxy" <guxy@neusoft.com>; <lartc@mailman.ds9a.nl>
Sent: Tuesday, June 18, 2002 7:31 PM
Subject: Re: [LARTC] How to do bandwidth guarantee and limit?


On Tuesday 18 June 2002 04:35, guxy wrote:
> Hi!
> I see some firewall's bandwidth control can do the bandwidth guarantee and
> limit ,how use Linux TC  to do this ?
More info on :
HOWTO: http://lartc.org/
www.docum.org

Stef

-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.openprojects.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] How to do bandwidth guarantee and limit?
  2002-06-18  2:35 [LARTC] How to do bandwidth guarantee and limit? guxy
  2002-06-18 11:31 ` Stef Coene
  2002-06-19  0:35 ` guxy
@ 2002-06-19  6:33 ` Stef Coene
  2 siblings, 0 replies; 4+ messages in thread
From: Stef Coene @ 2002-06-19  6:33 UTC (permalink / raw)
  To: lartc

On Wednesday 19 June 2002 02:35, guxy wrote:
> Tank you,but "guarantee "and "limit "is difference,I have read the doc on
> http://lartc.org and www.docum.org ,can you give me some example to
> differentiate them? 
If you have a 100 kbit link and makes 2 clases (this is for the htb qdisc) :
class 1 = rate = 70 kbit and ceil = 90 kbit
class 2 = rate = 30 kbit and ceil = 90 kbit
The you can say that class 1 and class 2 are limiting to use 90 kbit (90% of 
the link).  On the other hand, you can say that class 2 has a guaranteed 
bandwidth of 30kbit.  If class 1 and class 2 are generating lots of traffic, 
each class will get's his rate as the minimim bandwidth.  So class 2 will 
always gets at least 30kbit.

Stef


----- Original Message -----
> From: "Stef Coene" <stef.coene@docum.org>
> To: "guxy" <guxy@neusoft.com>; <lartc@mailman.ds9a.nl>
> Sent: Tuesday, June 18, 2002 7:31 PM
> Subject: Re: [LARTC] How to do bandwidth guarantee and limit?
>
> On Tuesday 18 June 2002 04:35, guxy wrote:
> > Hi!
> > I see some firewall's bandwidth control can do the bandwidth guarantee
> > and limit ,how use Linux TC  to do this ?
>
> More info on :
> HOWTO: http://lartc.org/
> www.docum.org
>
> Stef

-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.openprojects.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-06-19  6:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-18  2:35 [LARTC] How to do bandwidth guarantee and limit? guxy
2002-06-18 11:31 ` Stef Coene
2002-06-19  0:35 ` guxy
2002-06-19  6:33 ` 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.