From: gypsy <gypsy@iswest.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] filter ingress policy rates -> slow!!
Date: Fri, 02 Jul 2004 14:13:25 +0000 [thread overview]
Message-ID: <40E56D85.374394CF@iswest.com> (raw)
In-Reply-To: <200407011810.01786.edulix@tumundoweb.com>
"Edulix (by way of Edulix )" wrote:
> Anyway, here you can all see the problem:
>
> # tc -s -d qdisc
> qdisc ingress ffff: dev eth0 ----------------
> Sent 5109350 bytes 13696 pkts (dropped 935, overlimits 0)
>
> And the only tc rules I executed were:
>
> tc qdisc add dev eth0 handle ffff: ingress
> tc filter add dev eth0 parent ffff: protocol ip prio 10 u32 \
> match ip src 192.168..0.0/24 \
> match ip dst 192.168..0.0/24 \
> police rate 100mbit burst 10k drop flowid :2
>
> In this test I did is just overing the kde's taskbar and clicking in the K
> menu. BTW, I'll tell you that many operations work fine, but there'are some
> (as the one's Ive just refered to) that are rather slow.
>
> Now, let's see what is the maximun ssh speed:
> # scp
> edulix@192.168.0.7:/home/edulix/videos/prodigy90_med.mpg /home/edulix/temp/
> prodigy90_med.mpg 11% 992KB 45.0KB/s
>
> Mamma mia! That must demostrate the problem hehe. In normal conditions that
> video is transfered in less than 3 seconds at 7-8 Mb/s! After doing that, I
> can see:
> # tc -s -d qdisc
> qdisc ingress ffff: dev eth0 ----------------
> Sent 30133742 bytes 88401 pkts (dropped 4792, overlimits 0)
>
> Cheers,
> Edulix.
Did you build your own kernel? If not, do. If so:
1) What kernel version?
2) Post results of
grep "define PSCHED_CLOCK" /usr/src/linux/incluce/net/pkt_sched.h
Google "LARTC accuracy" and whatever else you can find from this list
regarding having to set the rate based on results rather than what you
know the rate to be.
Keep Steph involved; he's The Master.
gypsy
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2004-07-02 14:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-01 16:10 [LARTC] filter ingress policy rates -> slow!! Edulix
2004-07-01 20:40 ` Stef Coene
2004-07-02 8:36 ` Edulix
2004-07-02 14:13 ` gypsy [this message]
2004-07-03 4:14 ` gypsy
2004-07-03 9:44 ` Edulix
2004-07-03 11:09 ` Ed Wildgoose
2004-07-03 11:47 ` Edulix
2004-07-03 13:13 ` Ed Wildgoose
2004-07-03 15:02 ` gypsy
2004-07-03 22:25 ` Edulix
2004-07-04 19:47 ` gypsy
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=40E56D85.374394CF@iswest.com \
--to=gypsy@iswest.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.