All of lore.kernel.org
 help / color / mirror / Atom feed
From: Calin Ilis <ss18_2004@yahoo.com>
To: lartc@vger.kernel.org
Subject: [LARTC] QOS server droping packets 4% loss
Date: Wed, 01 Feb 2006 10:53:31 +0000	[thread overview]
Message-ID: <20060201105331.83590.qmail@web50802.mail.yahoo.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1250 bytes --]

Hi all,
 
 I have a problem with htb and wonder if anybody has encountered this.
 On my LAN I have more than 1000 clients, and I am using htb to shape the incoming trafic. The problem is that I am experiencing packet loss (about 4%) in the qos server.  The server is droping packets even if my trafic is relatively moderate.
 
 I tried everithing estimator, senting the quantum etc etc but it doesn't seem to improve.
 
 my script is relatively simple:
 
 tc qdisc del dev eth0 root
 tc qdisc add dev eth0 root handle 1: htb default 10
 
 #root class
 tc class add dev eth0 parent 1:0 classid 1:1 htb rate 50000kbit ceil 50000kbit
 #default class
 tc class add dev eth0 parent 1:1 classid 1:10 htb rate 512kbit ceil 512kbit
 
 #and each client IP has a class asocieted 
 tc class add dev eth0 parent 1:1 classid 1:$COUNTER htb rate 5kbit ceil 400kbit
 tc filter add dev eth0protocol ip parent 1:0 prio 2 u32 match ip dst $IP flowid 1:$COUNTER
 # and counter increments by 1 for each rule added
 
 What could I do ? Are there some kernel parameters that I could modify in order to obtain a better performance ? 
 Thanks
 
			
---------------------------------
 Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars.

[-- Attachment #1.2: Type: text/html, Size: 1461 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

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

             reply	other threads:[~2006-02-01 10:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-01 10:53 Calin Ilis [this message]
2006-02-25 15:10 ` [LARTC] QOS server droping packets 4% loss Andy Furniss

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=20060201105331.83590.qmail@web50802.mail.yahoo.com \
    --to=ss18_2004@yahoo.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.