From: Roberto Arcomano <berto@fatamorgana.com>
To: lartc@vger.kernel.org
Subject: [LARTC] Speed problem discriminating traffic services
Date: Fri, 05 Apr 2002 17:05:24 +0000 [thread overview]
Message-ID: <marc-lartc-101802644918160@msgid-missing> (raw)
Hi all,
I use a very simple script like this:
*******************************************************************
#!/bin/bash
# Qdisc
tc qdisc del dev eth1 root
tc qdisc add dev eth1 root handle 1: prio
tc qdisc add dev eth1 parent 1:1 tbf limit 1600 burst 2600 rate 28800
# Filter
tc filter add dev eth1 parent 1:0 protocol ip prio 1 handle 1 fw classid 1:1
# Rules
ipchains -F
ipchains -A output -p tcp -d lab 20:21 -b -j ACCEPT -m 1
********************************************************************
where lab is an host of mine.
When I upload using ftp, all is ok (28800 bit/s).
When I use interactive services (like "Midnight Commander", Norton Commander"
Linux clone) I have speed problem, response time is slow. So I wonder what
about other services (like HTTP.....).
What I'm wronging? I need some other class to add?
Thank you very much for your help!
Roberto Arcomano
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
reply other threads:[~2002-04-05 17:05 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-101802644918160@msgid-missing \
--to=berto@fatamorgana.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.