Displaying 2 results from an estimated 2 matches for "32pps".
Did you mean:
2pps
2003 Jun 06
4
tc show error for ingress
...me stats
for htb class
and not for ingress class. The tc output is as follows:
tc -s -d class show dev eth0
class htb 1:1 root prio 0 quantum 3276 rate 256Kbit ceil 256Kbit burst
1926b/8 mpu 0b cburst 1926b/8 mpu 0b level 0
Sent 193313679 bytes 189055 pkts (dropped 1, overlimits 0)
rate 32656bps 32pps backlog 9p
lended: 189046 borrowed: 0 giants: 0
tokens: -77245 ctokens: -77245
What is wrong here?
The shaping+limiting script is provided below
---
#Delete existing qdics
tc qdisc del dev eth0 root
tc qdisc del dev eth0 ingress
#add HTB for egress
tc qdisc add dev eth0 root handle 1: htb defa...
2005 Jul 30
2
Qos wiht HTB for ADSL/Home
Hi,
My home setup is as following:
- 1024/128 kbit ADSL
- FC3
I set up HTB to prioritize traffic. I am not very pleased with the
obtained results.
The scope of my setup is to have some ssh sessions with remote servers
while browsing websites and running aMule Nothing complicated (I
think... ;).
The very high priority traffic (ssh), gets stuck when I start aMule and
make an FTP download.