All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Devera <devik@cdi.cz>
To: lartc@vger.kernel.org
Subject: Re: Re: [LARTC] HTB - I can't stand it any longer HELP ME
Date: Thu, 06 Jun 2002 18:53:04 +0000	[thread overview]
Message-ID: <marc-lartc-102338967207364@msgid-missing> (raw)
In-Reply-To: <marc-lartc-102338739104311@msgid-missing>

You set it on imq. But how did you set the IMQ ? IIRC the Patrick's
IMQ is able to shape both direction and I don't know which one
do you shape.
Also you set 1:10 to 70k and 1:20 to 10k So that you allow
to utilize link at 80k. It is bad becaue 1:1 is set to 70.
Is your connection (it uses some special modem ? or uses
it compression ?) full duplex ? Or half duplex like
33k analog modems ?
I'd suggest this setup (imq0):
1:1  rate 70k ceil 70k
1:10 rate 60k ceil 70k prio 0
1:11 rate 10k ceil 50k prio 1

Then add the same (ahother HTB) to ppp0 ! So that you
will shape also ACKs in other direstion.

Note smaller ceil for 1:11 - I guess your line has not stable
bandwidth so that this is attempt to keep it in reasonable bounds.
If this will work, then it is time to start playing with better
values ...
devik

On Thu, 6 Jun 2002, josh wrote:

>
> why do you say it is set in both directions?
> I dont think there is reason for doing that...
> Anyway even if this is set for both directions it souldn't be any problem.
>
> About connection itself: it is very common in Poland. It is something like DSL. It is using phone lines, it is connected to computer through COM port and its maximum speed is 115,200 (but only in theory, as I have written it is about 11,2kB/s)
>
> >you set both directions to use the same htb. Am I right ? Which
> >kind of line, 11kBbs .. what is it ??
> >
>
> >> hi there!
> >>
> >> For weeks I am trying to set my network in such a way:
> >>
> >> server (linux) is connected through ppp0 to internet. There is MLDonkey running on that and it is also Internet default gateway for my LAN. I want as fast access to the Internet as there would be no MLDonkey running - I mean:
> >>
> >> >> I want MLDonkey to be using ONLY IDLE BANDWIDTH <<
> >>
> >> After reading HTB manual I configured it in this way:
> >>
> >> ---------------------------
> >> tc qdisc add dev imq0 root handle 1: htb default 10
> >> tc class add dev imq0 parent 1: classid 1:1 htb rate 70kbit
> >>
> >> tc class add dev imq0 parent 1:1 classid 1:10 htb rate 70kbit prio 0
> >> tc class add dev imq0 parent 1:1 classid 1:11 htb rate 10kbit ceil 70kbit prio 2
> >>
> >> tc filter add dev imq0 protocol ip parent 1:0 prio 1 u32 \
> >> match ip sport 4662 0xffff flowid 1:11
> >> tc filter add dev imq0 protocol ip parent 1:0 prio 1 u32 \
> >> match ip dport 4662 0xffff flowid 1:11
> >>
> >> ip link set imq0 up
> >> ---------------------------
> >>
> >> So I want MLdonkey to be using low-priority class, becouse I want have fast connection when I am browsing WWW or doing anything else.
> >>
> >> Here you can see output of
> >> tc -s -d class show dev imq0
> >> when there is only MLDonkey running:
> >> ----------------------------------
> >> http://josh876.republika.pl/class.txt
> >> ----------------------------------
> >> Looking at class.txt it seems it should be working very well, but it is not!!! :-(((
> >>
> >> Here you can see output of
> >> netstat -n
> >> ----------------------------------
> >> http://josh876.republika.pl/netstat.txt
> >> ----------------------------------
> >>
> >> It seems to be hard to fight with such an amount of opened connections (4662), but it was not written anywhere that HTB would not be able to handle that...
> >>
> >> When I am browsing WWW it is almost as slow as there would be no HTB at all.
> >>
> >> Why is that??? What is wrong?
> >>
> >> -josh
> >>
> >> p.s.
> >> I set HTB to 70kbit, which is 8,75kB/s.
> >> My connection's maximum speed is about 11,2kB/s.
> >> (my tests)
> >>
> >> I did write that, becouse many of you would say that all this is becouse queues are growing in my modem - which can not be true
>
>

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

      reply	other threads:[~2002-06-06 18:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-06 18:16 Re: [LARTC] HTB - I can't stand it any longer HELP ME josh
2002-06-06 18:53 ` Martin Devera [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-102338967207364@msgid-missing \
    --to=devik@cdi.cz \
    --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.