All of lore.kernel.org
 help / color / mirror / Atom feed
From: raptor <raptor@tvskat.net>
To: lartc@vger.kernel.org
Subject: [LARTC] MORE ON  : [htb] strange problems !?
Date: Sat, 18 Oct 2003 20:54:43 +0000	[thread overview]
Message-ID: <marc-lartc-106651048330260@msgid-missing> (raw)

hello again,

I got some just preliminary results .... hope someone can explain them to me...
As I already told I have the following config :

egress {
	class (30kbps) {sfq};
	class (50kbps) {sfq};
	class (80kbps) {sfq};
	class (30kbps) {sfq};
	class (50kbps) {sfq};
	...hundreds like this...
	class (10kbps,default) {sfq};
}

What I got is traffic starvation very often for a period of  ~30 sec.. as proposed I've done :

egress {
	...hundreds classes...
	class (10kbps, prio 7, default) {sfq};
}

It seemed a litlle bit better the starvation seemed to be just ~10sec but this time happen much often...
then I made a final touch :

egress {
	...hundreds classes...
	class (55kbps, prio 7, default);
}

No "sfq" this time and it seemed much much better now...
I have done my tests mostly with :

hping2 host-behind-qos --fast --icmp
fping host1 host2 -l

I made second and third test for very short periods of time so this is not a final "say" of the success...

------------ ?! SO COULD U EXPLAIN ME WHY THIS HAPPEN ?! --------------------------

And most importantly is there a better solution, I don't know what will happen if I want more complex solution but not this flat structure...
Or at least give me some directions how to go further and eradicate this "STARVATION" problem..

Can I lower "class (55kbps, prio 7, default);" to "class (10kbps, prio 7, default);" .... 
Giving more bandwith to DEFAULT class is not solution but a ANTI-SOLUTION, my idea is not to give all my bandwith to spammers and viruses :")

Expecting explanation :"))

tia








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

             reply	other threads:[~2003-10-18 20:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-18 20:54 raptor [this message]
2003-10-18 22:05 ` [LARTC] MORE ON : [htb] strange problems !? nuclearcat

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-106651048330260@msgid-missing \
    --to=raptor@tvskat.net \
    --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.