search for: 1611b

Displaying 10 results from an estimated 10 matches for "1611b".

Did you mean: 1611
2005 Jan 27
3
negative tokens
I have this: class htb 1:29 parent 1:1 prio 0 rate 3000bit ceil 100000bit burst 1599b cburst 1611b Sent 33233 bytes 772 pkts (dropped 0, overlimits 0) lended: 415 borrowed: 357 giants: 0 tokens: -3756376 ctokens: 128779 or this: class htb 1:21 parent 1:1 prio 0 rate 3000bit ceil 100000bit burst 1599b cburst 1611b Sent 57554 bytes 618 pkts (dropped 0, overlimits 0) lended: 193 borrowed: 425...
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.
2004 Jul 20
3
Fw: HTB - Really Big problem
----- Original Message ----- From: Michał Joachimiak To: lartc@mailman.ds9a.nl Sent: Tuesday, July 20, 2004 3:45 PM Subject: HTB - Really Big problem Hello everybody! Since week i dig lists and www and can''t find solution for my problem. I''m using HTB 3.13 kernel 2-4-25 smp iptables 1.2.9. I''ve got situation like this: LAN------Linux Box(routing only)------- Linux
2005 May 06
3
Broken filters?
...mq0: traffic classes class htb 1:20 root prio 0 rate 100Kbit ceil 100Kbit burst 15Kb cburst 1727b Sent 630596 bytes 1809 pkts (dropped 0, overlimits 0) rate 3921bps 10pps lended: 1809 borrowed: 0 giants: 0 tokens: 1121920 ctokens: 31360 class htb 1:30 root prio 7 rate 10Kbit ceil 80Kbit burst 1611b cburst 1701b Sent 833 bytes 3 pkts (dropped 0, overlimits 0) rate 2bps lended: 3 borrowed: 0 giants: 0 tokens: 1244800 ctokens: 164600 ### imq0: filtering rules filter parent 1: protocol ip pref 100 fw filter parent 1: protocol ip pref 100 fw handle 0x6a classid 1:20 filter parent 1: protoco...
2004 Oct 27
3
Traffic Control Diagnostic Graphing Utility
I wrote a Perl script to poll `tc` for traffic control statistics (just bytes presently) for leaf qdiscs. The information is fed to either RRDTool or Munin[2], depending on what parameter is passed to the script. If the option for a RRD database is used, graphs[3][4] are written to disk for each ten second polling interval. If invoked via Munin[2], it handles graphing and samples at five
2002 Oct 17
18
why dont packets go where i want?
Dear All! I reach the point that I must ask you what I have to do. I am beginner at traffic shaping and I''m very confused with it. :) Here''s my script that doesn''t do what I want to do with it: tc qdisc del dev eth1 root tc qdisc add dev eth1 root handle 1 htb default 2 r2q 10 tc class add dev eth1 parent 1: classid 1:1 htb rate 300kbit tc class add dev eth1 parent 1:
2007 May 07
0
Strange problem with HTB
...-s class ls dev eth0". It seems strange to me that the "rate" value is actually higher than the ceil of the class -- can''t it be kernel/tc bug or do I just misinterpreted the meaning of rate/ceil? class htb 1:ab parent 1:11 leaf ab: prio 1 rate 97000bit ceil 1000Kbit burst 1611b cburst 1725b Sent 184781922 bytes 122597 pkt (dropped 0, overlimits 0 requeues 0) rate 2465Kbit 203pps backlog 0b 7p requeues 0 lended: 96087 borrowed: 26507 giants: 0 tokens: -238223 ctokens: -19556 Does anyone have clue what can be wrong? Thanks in advance and sorry for my english, -MM
2005 Oct 16
2
Lost packets and strange "behaviour" of my TC rules
...TC command to find out what was effectively sent from PC1 to PC2, "tc -d -s class show dev eth0" and got the following output: =========================================================================   class htb 1:11 parent 1:1 leaf 30: prio 0 quantum 1000 rate 10Kbit ceil 100Kbit burst 1611b/8 mpu 0b cburst 1727b/8 mpu 0b level 0    Sent 42108 bytes 34 pkts (dropped 0, overlimits 0)    lended: 30 borrowed: 4 giants: 0    tokens: -758272 ctokens: 106496   class htb 1:1 root rate 100Kbit ceil 100Kbit burst 1727b/8 mpu 0b cburst 1727b/8 mpu 0b level 7    Sent 370941 bytes 295 pkts (dr...
2005 Jan 26
10
Ssh flow does not go into correct class. Help!
I''m a new comer. I have problems using tc+htb. I run the following commands, and expect outgoing ssh flow goes into 1:11. But actually it goes into default 12. What''s wrong? tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 1:1 htb rate 1000kbit ceil 2000kbit prio 1 tc class add dev eth0 parent 1:1 classid 1:11 htb rate 100kbit ceil
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