From: "Osgaldo Suanzes" <osgaldo@tiscali.es>
To: lartc@vger.kernel.org
Subject: [LARTC] ESFQ not working?
Date: Mon, 26 May 2003 16:02:30 +0000 [thread overview]
Message-ID: <marc-lartc-105396492804379@msgid-missing> (raw)
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/
next reply other threads:[~2003-05-26 16:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-26 16:02 Osgaldo Suanzes [this message]
2003-05-26 17:52 ` [LARTC] ESFQ not working? Stef Coene
2003-05-26 19:30 ` Nickola Kolev
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-105396492804379@msgid-missing \
--to=osgaldo@tiscali.es \
--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.