All of lore.kernel.org
 help / color / mirror / Atom feed
From: King Yung Tong <tong@cs.dal.ca>
To: lartc@vger.kernel.org
Subject: [LARTC] Ethloop problem
Date: Fri, 07 Jun 2002 14:31:31 +0000	[thread overview]
Message-ID: <marc-lartc-102346037129317@msgid-missing> (raw)

Dear all,

I try to use ethloop to test the script, my problem is the output rate is 
much less than the input rate????

0       i       0       lo
0       S       0       1k
0       P       0       0x10010
0       R       0       500000
8000    X      0        0

0.5 376145 74791 3 0
1.0 472944 75533 3 0
1.5 495668 71218 2 0
2.0 513885 64053 7 0
2.5 499769 50640 42 0
3.0 499423 55504 2 0
3.5 500493 57173 3 0
4.0 499608 55859 3 0
4.5 501749 63423 3 0
5.0 502665 63120 3 0
5.5 503079 67902 2 0
6.0 503440 79092 2 0
6.5 503290 75602 2 0
7.0 502496 69684 3 0
7.5 501822 62261 10 0
8.0 501606 49721 3 0


echo Clean all the tc setup
./tc qdisc del dev lo root

echo Core router

echo Create qdisc and set default to 1:30
./tc qdisc add dev lo root handle 1: htb default 30
./tc class add dev lo parent 1: classid 1:1 htb rate 1000kbit cburst 10k

echo Create class for EF
./tc class add dev lo parent 1:1 classid 1:10 htb rate 500kbit ceil
500kbit cburst 10k prio 1


Best regards,
Pat

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

                 reply	other threads:[~2002-06-07 14:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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-102346037129317@msgid-missing \
    --to=tong@cs.dal.ca \
    --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.