Displaying 3 results from an estimated 3 matches for "900000kbit".
Did you mean:
100000kbit
2006 Sep 09
2
Re: htb traffic shaping problem (Charlie Meyer)
...9;ll take a look at the Apache model for throttling, 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 1000M...
2007 Sep 19
1
major packet loss with htb
...ad 0b cburst 126500b/8 mpu 0b overhead 0b level 7
Sent 510719706792 bytes 662575747 pkt (dropped 0, overlimits 0 requeues 0)
rate 25671Kbit 4333pps backlog 0b 0p requeues 0
lended: 4926904 borrowed: 0 giants: 0
tokens: 1012 ctokens: 1012
class htb 2:20 parent 2:1 prio 1 quantum 200000 rate 900000Kbit ceil
1000Mbit burst 114075b/8 mpu 0b overhead 0b cburst 126500b/8 mpu 0b
overhead 0b level 0
Sent 443914952356 bytes 553603614 pkt (dropped 0, overlimits 0 requeues 0)
rate 22555Kbit 3692pps backlog 0b 0p requeues 0
lended: 553603614 borrowed: 0 giants: 0
tokens: 1014 ctokens: 1012
class...
2006 Sep 08
8
htb traffic shaping problem
Hello.
I have a linux server connected to a gigabit lan, and though that lan to a
768kbps/768kbps DSL modem.
I''m trying to shape my webserver running on port 80/443 down to 512kbps,
while leaving all other ports alone. The current configuration script that
I''m using is as follows:
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: htb default 99
tc class add dev