All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jason Boxman" <jasonb@edseek.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] icmp latency question
Date: Tue, 02 May 2006 21:24:49 +0000	[thread overview]
Message-ID: <48480.24.73.78.146.1146605089.squirrel@nebula.internal.foo> (raw)
In-Reply-To: <c2cd58b40604210204r78ec5341qb0785e731eacd17f@mail.gmail.com>

Andrew Beverley wrote:
<snip>
> For SSH I have:
> tc class add dev imq0 parent 1:1 classid 1:10 htb rate 50kbit ceil 800kbit
> prio 1
> tc qdisc add dev imq0 parent 1:10 handle 10: sfq perturb 10
> tc filter add dev imq0 parent 1:0 prio 0 protocol ip handle 10 fw flowid
> 1:10

sfq's default queue of 128 may cause you some pain.  You could try a pfifo
10 or recompile after modifying sch_sfq.c in your kernel tree.  Also, using
the prio parameter with htb may not do what you expect when you exceed your
specified rate.  The htb documentation explains the effects in detail.

You could also get spikes from running over an ATM link where your specified
rate and the actual ATM link utilization will likely differ.



_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

  parent reply	other threads:[~2006-05-02 21:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-21  9:04 [LARTC] icmp latency question the sew
2006-04-29 22:59 ` Sebastian Bork
2006-05-02 21:10 ` Andrew Beverley
2006-05-02 21:24 ` Jason Boxman [this message]
2006-05-06  6:46 ` Sebastian Bork
2006-05-07 23:32 ` Andrew Beverley

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=48480.24.73.78.146.1146605089.squirrel@nebula.internal.foo \
    --to=jasonb@edseek.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.