search for: mpu

Displaying 20 results from an estimated 196 matches for "mpu".

Did you mean: cpu
2005 Nov 15
1
UDP transfer speed exceeding the ceil by about 4x
A bit more detail. I have the following htb classes set up... class htb 1:356 parent 1:4 leaf 356: prio 4 quantum 1600 rate 12800bit ceil 51680bit burst 15Kb/8 mpu 0b overhead 0b cburst 1663b/8 mpu 0b overhead 0b level 0 class htb 1:357 parent 1:4 leaf 357: prio 4 quantum 1600 rate 12800bit ceil 51680bit burst 15Kb/8 mpu 0b overhead 0b cburst 1663b/8 mpu 0b overhead 0b level 0 class htb 1:2 root rate 51200bit ceil 54400bit burst 64Kb/8 mpu 0b overhead 0b cbur...
2004 Apr 06
11
htb2 -> htb3 problems
...c sfq 3305: dev eth0 quantum 1514b limit 128p flows 128/1024 perturb 5sec qdisc sfq 3306: dev eth0 quantum 1514b limit 128p flows 128/1024 perturb 5sec qdisc sfq 3308: dev eth0 quantum 1514b limit 128p flows 128/1024 perturb 5sec [skip] class htb 1:1 root rate 200Mbit ceil 200Mbit burst 263690b/8 mpu 0b cburst 263690b/8 mpu 0b level 7 class htb 1:2 root rate 200Mbit ceil 200Mbit burst 263690b/8 mpu 0b cburst 263690b/8 mpu 0b level 7 class htb 1:3300 parent 1:1 leaf 3300: prio 0 quantum 13107 rate 1Mbit ceil 1126Kbit burst 1023b/8 mpu 0b cburst 0b/8 mpu 0b level 0 class htb 1:3301 parent 1:1 lea...
2006 Feb 10
3
htb root don''t reach ceil rate?
...*********** Now the classes 1:50 - 1:70 are often get much backlog, but the root-class 1:1 don''t reach the ceil rate. statistic looks like: ******************************************************** tc -s -d class show dev ppp0 class htb 1:1 root rate 576000bit ceil 576000bit burst 30Kb/8 mpu 0b overhead 0b cburst 1739b/8 mpu 0b overhead 14b level 7  Sent 1485575598 bytes 3140554 pkts (dropped 0, overlimits 0)  rate 480008bit 115pps  lended: 1904616 borrowed: 0 giants: 0  tokens: 385702 ctokens: -26458 class htb 1:10 parent 1:1 leaf 100: prio 0 quantum 7500 rate 58000bit ceil 115000b...
2006 Sep 09
2
Re: htb traffic shaping problem (Charlie Meyer)
...hrottling, thanks. I was going for tc because was going to try to add additional shaping to non-apache traffic once I got it working correctly. Thanks, -Ryan Power tc -s -d class show dev eth0 class htb 1:99 parent 1:1 leaf 99: prio 0 quantum 3000 rate 900000Kbit ceil 1000Mbit burst 451350b/8 mpu 0b overhead 0b cburst 501375b/8 mpu 0b overhead 0b level 0 Sent 48695 bytes 398 pkt (dropped 0, overlimits 0 requeues 0) rate 2704bit 2pps backlog 0b 0p requeues 0 lended: 398 borrowed: 0 giants: 0 tokens: 4326 ctokens: 4325 class htb 1:1 root rate 1000Mbit ceil 1000Mbit burst 501375b/8 m...
2005 Apr 12
8
HTB ATM MPU OVERHEAD (without any patching)
...): # create HTB root qdisc tc qdisc add dev eth0 root handle 1: htb default 22 # create classe tc class add dev eth0 parent 1: classid 1:1 htb \ rate 695kbit # create leaf classes # ACKs, ICMP, VOIP tc class add dev eth0 parent 1:1 classid 1:20 htb \ rate 50kbit \ ceil 695kbit \ prio 0 \ mpu 96 \ overhead 24 # GAMING tc class add dev eth0 parent 1:1 classid 1:21 htb \ rate 600kbit \ ceil 695kbit \ prio 1 \ mpu 96 \ overhead 24 # NORMAL tc class add dev eth0 parent 1:1 classid 1:22 htb \ rate 15kbit \ ceil 695kbit \ prio 2 \ mpu 96 \ overhead 24 # LOW PRIORITY (WWW...
2007 Sep 16
1
Yet another shaping question
Hello list, I need to realize a complicated custom shaping setup, and given very little experience with shaping I just can''t wrap my head around it. I am not seeking a complete script, I just need an idea/a set of pointers on how to best subdivide traffic accordingly to my needs, and which shapers to place on every leaf. I am very experienced with netfilter and have minor experience with
2006 Feb 20
6
HTB, strange capacity distribution
Hello, after spending several hours reading archives, I decided to write new post. I successfully set up packet classification, made some basic HTB setup, made some simple graphical representation from HTB statistics data... BUT, I cannot figure out how to refine HTB to get this behaviour: I need that class "p2p" should be the last one to get some link capacity. If I set both RATE
2007 Oct 25
7
TC (HTB) doesn''t work well when network is congested?
Hi, I have a server and ten clients in a Gigabit network. The server has 125mbps network bandwidth. I want that the server has 40Mbps bandwidth reserved for client 1 (IP 192.168.5.141), and the rest bandwidth is for all other clients. My script looks like this (I use IFB for incoming traffic): #!/bin/bash export TC="/sbin/tc" $TC qdisc add dev ifb0 root handle 1: htb default 30
2004 May 13
19
HTB MPU
Hi. I wrote in a reply to a mail on here recently that you can''t set mpu (minimum packet unit) on HTB as you can on CBQ. I''ve just noticed that there is a patch on devik''s site which does mpu and overhead. http://luxik.cdi.cz/~devik/qos/htb/ For dsl users mpu is, for practical purposes going to be 106 - overhead is still variable though, dependin...
2006 Mar 08
1
negative token/ctokens
In this simple htb setup: # tc -s -d class ls dev eth0 class htb 1:1 root rate 300000bit ceil 300000bit burst 1749b/8 mpu 0b overhead 0b cburst 1749b/8 mpu 0b overhead 0b level 7 Sent 13171835 bytes 13169 pkt (dropped 0, overlimits 0 requeues 0) rate 45848bit 10pps backlog 0b 0p requeues 0 lended: 5272 borrowed: 0 giants: 0 tokens: -84429 ctokens: -84429 class htb 1:2 parent 1:1 prio 0 quantum 1500 rate 80000bit...
2005 Sep 28
4
Re:Does HTB consider PRIO or not? 2
...dropped 20, overlimits 0 requeues 0) rate 0bit 0pps backlog 0b 0p requeues 0 ########################################CLASSES############################# root@srv1:/etc# tc -s -d class show dev eth1 class htb 1:11 parent 1:2 leaf 11: prio 0 quantum 1600 rate 128000bit ceil 900000bit burst 6399b/8 mpu 0b overhead 0b cburst 2Kb/8 mpu 0b overhead 0b level 0 Sent 96523510 bytes 104979 pkt (dropped 0, overlimits 0 requeues 0) rate 48552bit 5pps backlog 0b 0p requeues 0 lended: 84663 borrowed: 20316 giants: 0 tokens: 109056 ctokens: -10028 class htb 1:10 parent 1:2 leaf 10: prio 3 quantum 1000 r...
2002 Apr 26
9
[Fwd: Re: borrowing only from parent]
...e 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 0 Sent 392526 bytes 5898 pkts (dropped 0, overlimits 15394) lended: 5898 borrowed: 0 giants: 0 injects: 0 tokens: -11905 ctokens: -11905 class htb 1:1 root prio 0 rate 100Kbit ceil 1Kbit burst 1599b/8 mpu 0b cburst 1599b/8 mpu 0b quantum 1280 level 3 S...
2002 Oct 21
9
help, a children can not borrow from a parent?
...10:0 prio 1 handle 100 fw classid 10:100 WHEN i send packets at 20mbit from 10.1.1.1 , #tc -s -d qdisc show dev eth2 qdisc htb 10: Sent 246602122 bytes 487287 pkts (dropped 323938, overlimits 1850710) #tc -s -d class show dev eth2 class htb 10:1 root prio 0 rate 50Mbit ceil 50Mbit burst 1985b/8 mpu 0b cburst 67121b/8 mpu 0b quantum 0 level 7 Sent 246602122 bytes 487287 pkts (dropped 0, overlimits 0) rate 8bps class htb 10:100 parent 10:1 prio 1 rate 12Mbit ceil 50Mbit burst 17325b/8 mpu 0b cburst 67121b/8 mpu 0b quantum 39321 level 0 Sent 246552164 bytes 486503 pkts (dropped 323938, overl...
2004 May 17
5
HTB, MPU, and suitable values
It seems Andreas Klauer''s fairnat has experimental support for using HTB''s MPU and overhead options. fairnat.config: # Use MPU for HTB. From the LARTC Howto on MPU: # "A zero-sized packet does not use zero bandwidth. For ethernet, no packet # uses less than 64 bytes. The Minimum Packet Unit determines the minimal # token usage for a packet." HTB_MPU=0 # HTB_MPU...
2003 Jul 14
0
Why arent filteres working? (as I wanted)
...disc sfq 200: quantum 1514b limit 128p flows 128/1024 perturb 10sec Sent 0 bytes 0 pkts (dropped 0, overlimits 0) qdisc htb 1: r2q 10 default 0 direct_packets_stat 493 ver 3.10 Sent 98138 bytes 493 pkts (dropped 0, overlimits 0) class htb 1:22 parent 1:20 rate 24Kbit ceil 30Kbit burst 1629b/8 mpu 0b cburst 1637b/8 mpu 0b level 5 Sent 0 bytes 0 pkts (dropped 0, overlimits 0) lended: 0 borrowed: 0 giants: 0 tokens: 434665 ctokens: 349439 class htb 1:1 root rate 512Kbit ceil 512Kbit burst 2254b/8 mpu 0b cburst 2254b/8 mpu 0b level 7 Sent 0 bytes 0 pkts (dropped 0, overlimits 0) lended:...
2003 Oct 27
4
Need help with HTB
Hello, 1. I currently have a 128kbps cable link to the internet..and I''m sharing this connection with others. I''ve made the following script(for alocating bandwidth depending on the services used: browsing, squid, games like counter-strike, icmp, ssh), which unfortunately isn''t working very well as the response times I''m getting upon pinging the server
2002 Dec 04
3
HTB/IMQ troubles (probably)
...r: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 74) 00:0d.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78) 00:0e.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78) I tryed to make some download tests and it didn''t work and I got out from computer (I don''t have a monitor connected to the comp. - only a serial console port:). What can I do with that? How can I fix the problem? Thanks Thomas Queueing discipline statistics: ------------------------------- qdisc pfifo 50: limit 2p Sent 0 bytes 0 pkts (dropped 0, overlimits 0)...
2002 Jun 06
1
parameter of htb
...h0 r2q 10 default 12 direct_packets_stat 0 Sent 34210198 bytes 23370 pkts(dropped 0 overlimits 35534) !!!!first question: what is meaning of "r2q" and "direct_packets_stat" tc -s -d class dev eth0 class htb 1:11 root prio 0 quantum 3072 rate 240kbit ceil 800kbit burst 2kb/8 mpu 0b cburst 2636b/8 mpu 0b level 0 Sent 0 bytes 0 pkts(dropped 0 overlimits 0) lended:0 borrowed:0 giants:0 tokens:54612 ctokens 20992 class htb 1:10 root prio 0 quantum 3072 rate 240kbit ceil 800kbit burst 2kb/8 mpu 0b cburst 2636b/8 mpu 0b level 0 Sent 0 bytes 0 pkts(dropped 0 overlimits 0...
2005 May 30
3
Question: traffic shaping (tc-htb)
...h increasing buffer (tcp/ip). But i can´t find any options for that, i cycled the manual several times. Is there a solution? see output of "tc -s -d class show dev ppp0" (main class): class htb 1:10 parent 1:1 prio 1 quantum 1800 rate 144000bit ceil 480000bit burst 1779b/8 mpu 0b overhead 0b cburst 2199b/8 mpu 0b overhead 0b level 0 Sent 57567157 bytes 40609 pkts (dropped 16033, overlimits 0) rate 460328bit 40pps lended: 12845 borrowed: 27764 giants: 0 tokens: -74623 ctokens: -28826 This class is the only one with packet drops. Does tc use the ke...
2007 Sep 19
1
major packet loss with htb
Hi, got a 25/25Mbit connection which is quite stuffed. So I applied htb rules. Uplink: class htb 1:1 root rate 24500Kbit ceil 24500Kbit burst 4661b/8 mpu 0b overhead 0b cburst 4661b/8 mpu 0b overhead 0b level 7 Sent 430600689269 bytes 730147320 pkt (dropped 0, overlimits 0 requeues 0) rate 23057Kbit 5520pps backlog 0b 0p requeues 0 lended: 199673949 borrowed: 0 giants: 0 tokens: -964 ctokens: -964 class htb 1:10 parent 1:1 leaf 10: prio 1...