search for: 7500kbit

Displaying 4 results from an estimated 4 matches for "7500kbit".

Did you mean: 500kbit
2006 Dec 14
1
hfsc rule command problem
...hfsc rt m1 3500kbit d 10s m2 500kbit ls m2 3500kbit ul m2 3500kbit tc qdisc add dev eth2 handle 199: parent 1:199 sfq iptables -t mangle -A ms-chain-eth2-1:11 -j CLASSIFY --set-class 1:199 iptables -t mangle -A ms-chain-eth2-1:11 -j RETURN tc class add dev eth2 parent 1:1 classid 1:12 hfsc ls m2 7500kbit ul m2 10000kbit iptables -t mangle -N ms-chain-eth2-1:12 iptables -t mangle -A ms-all-chains -m mark --mark 2 -j ms-chain-eth2-1:12 iptables -t mangle -A ms-all -o eth2 -j ms-chain-eth2-1:12 tc class add dev eth2 parent 1:12 classid 1:121 hfsc ls m2 3500kbit ul m2 7500kbit tc qdisc add dev eth2 h...
2005 Dec 27
5
class exceeds its ceil
Hi, I have a setup like this: class 1:1 rate 7600kbit (on a imq device) | |\class 1:10 rate 100kbit ceil 5600kbit prio 7 (here goes p2p traffic) \class 1:12 rate 7500kbit ceil 7600kbit | |\class 1:121 rate 3100 ceil 7500kbit prio 0 |\class 1:122 rate 2200 ceil 7500kbit prio 2 \class 1:123 rate 2200 ceil 7500kbit prio 3 (default) My problem is: the 1:10 class consumes the whole bandwidth. This is caused by a massive p...
2007 Sep 19
1
major packet loss with htb
...urst 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 quantum 93750 rate 7500Kbit ceil 10000Kbit burst 2536b/8 mpu 0b overhead 0b cburst 2850b/8 mpu 0b overhead 0b level 0 Sent 36514538104 bytes 122225933 pkt (dropped 250, overlimits 0 requeues 0) rate 2933Kbit 1236pps backlog 0b 0p requeues 0 lended: 117912267 borrowed: 4313666 giants: 0 tokens: 2485 ctokens: 2114 c...
2013 Feb 04
2
Traffic shaping problem
Hi all, I tried last week to do traffic shaping on a production system, object of the exercise was simply to throttle the outgoing traffic. tc qdisc add dev eth4 root tbf rate 300mbit burst 300kb latency 50ms But the server became rather instable, crashing repeatedly without anything in the logs. Can anybody spot glaring mistakes in the tc command above, or tell me what I should have done