From: Yang Su <ysu@inf.ethz.ch>
To: lartc@vger.kernel.org
Subject: [LARTC] Problem with the tc statistcis
Date: Sat, 26 May 2007 08:29:42 +0000 [thread overview]
Message-ID: <4657EFF6.2070702@inf.ethz.ch> (raw)
I had a linux wireless router. I would like to monitor the queue lengh
of the wireless interface. By default, the wifi0 interface is with
pfifo_fast qdisc which does not report backlog packet. I replaced
pfifo_fast with pfifo:
'tc qdisc replace dev wifi0 root pfifo'
Then I use iperf to send UDP pkts faster than the interface can handle
but when I read the qdisc, the result is like:
qdisc pfifo 8007: limit 10p
Sent 46249560 bytes 30600 pkts (dropped 0, overlimits 0)
It is really strange, because over 80% of packets lost is observed by
application layer but by qdisc, there is no packet dropped at all and no
backlog. Any hints for this result?
Thank you,
Yang Su
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
reply other threads:[~2007-05-26 8:29 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=4657EFF6.2070702@inf.ethz.ch \
--to=ysu@inf.ethz.ch \
--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.