Displaying 4 results from an estimated 4 matches for "96000bit".
2007 Jul 03
4
Weird rate in HTB
...#39;s tons
of UDP packets from internet with destination to port 80. But when I look at
class of that victim client, the actual class rate is over than configured
rate class.
Below is my screen capture. You can see at class 1:913 which have actual rate
105136bit while configured with ceil at 96000bit. Also it''s parent class
(1:91) which have actual rate 107680bit while configured with ceil at
96000bit.
Is this normal? Or I have miss something in my script. Sometimes ago I found
this situation but I forgot to capture the screen and the traffic is UDP too
(maybe from torrent-like cl...
2007 Oct 24
0
Traffic shaping
...dd dev eth1 protocol ip parent 11: prio 2 u32 match ip dst 172.16.173.254 flowid 11:22
iptables -t mangle -A PREROUTING -s 172.16.173.245 -p tcp --dport 80 -j MARK --set-mark 5000
htp result
--------------
[root@test ~]# tc -s class show dev eth1
class htb 11:22 parent 11:1 leaf 22: prio 5 rate 96000bit ceil 96000bit burst 1647b cburst 1647b
Sent 179720 bytes 247 pkt (dropped 0, overlimits 0 requeues 0)
rate 29728bit 5pps backlog 0b 42p requeues 0
lended: 205 borrowed: 0 giants: 0
tokens: -141972 ctokens: -141972
class htb 11:1 root rate 10000Kbit ceil 10000Kbit burst 6600b cburst 6600b
Sent...
2010 Apr 22
1
PRIO qdisc + iptables TOS target
...mq0
class htb 1:1 root rate 768000bit ceil 768000bit burst 1599b cburst 1599b
Sent 2451 bytes 22 pkt (dropped 0, overlimits 0 requeues 0)
rate 1016bit 1pps backlog 0b 0p requeues 0
lended: 0 borrowed: 0 giants: 0
tokens: 250000 ctokens: 250000
class htb 1:129 parent 1:1 leaf 816c: prio 0 rate 96000bit ceil
600000bit burst 1599b cburst 1599b
Sent 7269 bytes 50 pkt (dropped 0, overlimits 0 requeues 0)
rate 1416bit 1pps backlog 0b 0p requeues 0
class prio 816c:1 parent 816c:
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
class prio 816c:2 parent 816c:
Sent 72...
2007 Aug 01
4
tc shown rate larger than ceil (was "Weird rate in HTB")
...ination to port 80. But
when I look at
>> class of that victim client, the actual class rate is over than
configured
>> rate class.
>>
>> Below is my screen capture. You can see at class 1:913 which have
actual rate
>> 105136bit while configured with ceil at 96000bit. Also it''s
parent class
>> (1:91) which have actual rate 107680bit while configured with
ceil at
>> 96000bit.
>>
>> Is this normal? Or I have miss something in my script. Sometimes
ago I found
>> this situation but I forgot to capture the screen and...