All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] ESFQ not working?
@ 2003-05-26 16:02 Osgaldo Suanzes
  2003-05-26 17:52 ` Stef Coene
  2003-05-26 19:30 ` Nickola Kolev
  0 siblings, 2 replies; 3+ messages in thread
From: Osgaldo Suanzes @ 2003-05-26 16:02 UTC (permalink / raw)
  To: lartc

hi, there.

#!/bin/sh
tc qdisc del dev eth1 root
tc qdisc add dev eth1 root handle 1: htb default 1
tc class add dev eth1 parent 1: classid 1:1 htb rate 32kbps
tc qdisc add dev eth1 parent 1:1 handle 10: esfq

    This is my script to shape my download traffic on eth1 down to
32KB(ADSL%6kbit).
    How can I be sure the esfq disc is properly attached to the class?
    If I comment out the ESFQ line, I have quiet the same results of
behaviour when I start downloading
    from different boxes on that lan attached to eth1. (2 boxes downloading
are not having 50% each from the bandwitdth,
    and 3 boxes downloading  neither have 33,3% of the available bandwidth)
ESFQ is supposed to be "fair" ? or not?

            Something wrong on the script? If not how can I enhance my
settings?
            Is there a way to see that ESFQ, SFQ is working?


                    Thanks , Osgaldo

_______________________________________________
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] ESFQ not working?
  2003-05-26 16:02 [LARTC] ESFQ not working? Osgaldo Suanzes
@ 2003-05-26 17:52 ` Stef Coene
  2003-05-26 19:30 ` Nickola Kolev
  1 sibling, 0 replies; 3+ messages in thread
From: Stef Coene @ 2003-05-26 17:52 UTC (permalink / raw)
  To: lartc

On Monday 26 May 2003 18:02, Osgaldo Suanzes wrote:
> hi, there.
>
> #!/bin/sh
> tc qdisc del dev eth1 root
> tc qdisc add dev eth1 root handle 1: htb default 1
> tc class add dev eth1 parent 1: classid 1:1 htb rate 32kbps
> tc qdisc add dev eth1 parent 1:1 handle 10: esfq
>
>     This is my script to shape my download traffic on eth1 down to
> 32KB(ADSL%6kbit).
>     How can I be sure the esfq disc is properly attached to the class?
>     If I comment out the ESFQ line, I have quiet the same results of
> behaviour when I start downloading
>     from different boxes on that lan attached to eth1. (2 boxes downloading
> are not having 50% each from the bandwitdth,
>     and 3 boxes downloading  neither have 33,3% of the available bandwidth)
> ESFQ is supposed to be "fair" ? or not?
Yes.  But it creates fairness between flows.  And a flow is determined by 
ports and ip-addresses.
I never tried esfq so I don't know how it should behave.

>             Something wrong on the script? If not how can I enhance my
> settings?
>             Is there a way to see that ESFQ, SFQ is working?
Not that I know.

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

* Re: [LARTC] ESFQ not working?
  2003-05-26 16:02 [LARTC] ESFQ not working? Osgaldo Suanzes
  2003-05-26 17:52 ` Stef Coene
@ 2003-05-26 19:30 ` Nickola Kolev
  1 sibling, 0 replies; 3+ messages in thread
From: Nickola Kolev @ 2003-05-26 19:30 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 542 bytes --]

On Mon, 26 May 2003 19:52:08 +0200
Stef Coene <stef.coene@docum.org> wrote:

[ cut ]
 : Yes.  But it creates fairness between flows.  And a flow is determined by 
 : ports and ip-addresses.
 : I never tried esfq so I don't know how it should behave.

I personally couldn't achieve this. Maybe the authoer can help us?

-- 
_____________________________________________________________

"Engineering does not require science. Science helps a lot but
people built perfectly good brick walls long before they knew
why cement works."	-Alan Cox 	

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2003-05-26 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-26 16:02 [LARTC] ESFQ not working? Osgaldo Suanzes
2003-05-26 17:52 ` Stef Coene
2003-05-26 19:30 ` Nickola Kolev

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.