LARTC
[Top] [All Lists]

RE: [LARTC] prio not seeming to work

To: "Bob Puff@NLE" <bob@nleaudio.com>
Subject: RE: [LARTC] prio not seeming to work
From: "Flechsenhaar, Jon J" <Jon.J.Flechsenhaar@boeing.com>
Date: Tue, 20 Feb 2007 09:06:17 -0800
Cc: lartc@mailman.ds9a.nl
Delivered-to: sp-com-lists@consult.net
Delivered-to: lartc-list@securepoint.com
Delivered-to: lartc@outpost.ds9a.nl
In-reply-to: <45D9E53B.8030805@nleaudio.com>
List-archive: <http://mailman.ds9a.nl/pipermail/lartc>
List-help: <mailto:lartc-request@mailman.ds9a.nl?subject=help>
List-id: "Mailinglist of the Linux Advanced Routing &amp; Traffic Control project" <lartc.mailman.ds9a.nl>
List-post: <mailto:lartc@mailman.ds9a.nl>
List-subscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=subscribe>
List-unsubscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=unsubscribe>
References: <20070218232851.M8467@nleaudio.com> <0E24ED2A7F9AA349A8633E6A56A64BE0027A81D7@XCH-SW-2V1.sw.nos.boeing.com> <45D9E53B.8030805@nleaudio.com>
Sender: lartc-bounces@mailman.ds9a.nl
Thread-index: AcdUTtAd3ETKCS7OQfa2b91ZJbYFPQAwKxyA
Thread-topic: [LARTC] prio not seeming to work
Bob,

Sorry, actually you need this command tc -s -d class ls dev ethx.  Just
so you know you can sub "class" out with "qdisc" or "filter".  This will
show stats in detail.  Ex. Packets flowing through your queue.  

 Do you have a priority assigned to the class also?  I see one filter
has a higher priority so it should get more packets than the other;
which I know is what your trying to do.  


Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7

-----Original Message-----
From: Bob Puff@NLE [mailto:bob@nleaudio.com] 
Sent: Monday, February 19, 2007 9:58 AM
To: Flechsenhaar, Jon J
Cc: lartc@mailman.ds9a.nl
Subject: Re: [LARTC] prio not seeming to work



Flechsenhaar, Jon J wrote:

> Two questions
> 
> 1.)  When you type tc class ls dev ethx
>       - Do you see that both ftp streams are flowing into their proper

> class; 1:1, 1:3?
> 
> 2.)  Are you sending enough traffic to reach the point of congestion 
> on you link?
>       - If your not then it will service all the traffic at the same
> rate.   

Hi John,

1. Hmm, I guess not:

[root@bob ~]# tc class ls dev eth0
class prio 1:1 parent 1:
class prio 1:2 parent 1:
class prio 1:3 parent 1:

Am I missing something in my short & sweet little script?  Again, it is:

tc qdisc add dev eth0 root handle 1: prio tc filter add dev eth0 parent
1:0 prio 1 protocol ip u32 \
  match ip dst 208.0.0.0/8 flowid 1:1
tc filter add dev eth0 parent 1:0 prio 3 protocol ip u32 \
  match ip dst 0.0.0.0/0 flowid 1:3

2. I'm definitely saturating my 384k upstream.

Bob



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

<Prev in Thread] Current Thread [Next in Thread>