Displaying 7 results from an estimated 7 matches for "3pps".
Did you mean:
0pps
2007 Oct 31
2
Sluggish throughput with htb
All,
I have been using the following as a means of rate limiting access to the Internet via eth0 (which connects to my cable modem) and it was working great with my 2.4.20 kernel:
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: htb default 1
tc class add dev eth0 parent 1: classid 1:1 htb rate 486kbit ceil 486kbit
tc qdisc add dev eth0 parent 1:1 handle 10: sfq perturb 10
2002 Apr 26
9
[Fwd: Re: borrowing only from parent]
Martin Devera wrote:
> If you read the manual, the algorithm will not work correctly
> with {,c}burst < MTU ...
> devik
>
I just tried to change {,c}burst to 1600, or leaving them by default but
no visible result.
here is the latest tc -s -d class show dev eth0
class htb 1:101 parent 1:1 prio 0 rate 40Kbit ceil 40Kbit burst 1599b/8
mpu 0b cburst 1599b/8 mpu 0b quantum 512 level
2005 Jul 08
5
HTB Rate and Prio
Hi,
I wanted to implement some QOS on my Linux Box with HTB, but after some time
spend
on the configuration and tests, I still don''t manage to have some correct
results. Here are the details :
-ROOT 2000 kbits
-HIGHPRIO SUBCLASS 50 kbits prio 0
-SUBCLASS1 750 kbits prio 1
-SERVICE1 250 kbits prio 1
2004 Aug 04
10
htb and fw problems
...0Kbit burst 1803b cburst 1957b
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
lended: 0 borrowed: 0 giants: 0
tokens: 90199 ctokens: 55942
class htb 1:20 parent 1:1 leaf 20: prio 0 rate 40Kbit ceil 80Kbit burst 1650b cburst 1701b
Sent 115721 bytes 990 pkts (dropped 0, overlimits 0)
rate 340bps 3pps
lended: 990 borrowed: 0 giants: 0
tokens: 320599 ctokens: 165400
class htb 1:30 parent 1:1 leaf 30: prio 2 rate 64Kbit ceil 88Kbit burst 1680b cburst 1711b
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
lended: 0 borrowed: 0 giants: 0
tokens: 210124 ctokens: 155635
class htb 1:40 parent 1:1 l...
2004 Jun 30
3
HTB and iptables statistics
...verlimits 0)
rate 1301bps 14pps
lended: 6340 borrowed: 5967 giants: 0
tokens: -492394 ctokens: 581313
class htb 1:12 parent 1:1 prio 2 quantum 1024 rate 8Kbit ceil 23Kbit burst 1609b/8 mpu 0b cburst 1628b/8 mpu 0b level 0
Sent 1202663 bytes 15583 pkts (dropped 0, overlimits 0)
rate 245bps 3pps
lended: 13834 borrowed: 1749 giants: 0
tokens: 1236799 ctokens: 435478
Actually, this values are not described at
http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm#stats but it looks
confusing.
2. When I measure traffic marking any packet in POSTROUTING with
''iptables -A POSTROUT...
2006 Apr 10
1
Where is the documentation for IFB ?
Hi all,
Can you tell me where is the documentation for the new IFB (implemented
in kernels > 2.6.16).
Thanks in advance!
Nikolay
2006 Mar 05
2
ATTN Andreas Klauer: ASCII art + comments, please?
...ent 7826237 bytes 27128 pkts (dropped 0, overlimits 0)
rate 1728bit 4pps
lended: 1954 borrowed: 0 giants: 0
tokens: 39532 ctokens: 37555
class htb 1:10 parent 1:1 prio 1 rate 2487Kbit ceil 4760Kbit burst 16Kb
cburst 16Kb
Sent 2192112 bytes 22480 pkts (dropped 0, overlimits 0)
rate 1576bit 3pps
lended: 22480 borrowed: 0 giants: 0
tokens: 71878 ctokens: 37555
class htb 1:2 root rate 4522Kbit ceil 4760Kbit burst 16Kb cburst 16Kb
Sent 7826237 bytes 27128 pkts (dropped 0, overlimits 0)
rate 1728bit 4pps
lended: 0 borrowed: 0 giants: 0
tokens: 39532 ctokens: 37555
class htb 1:20 pa...