Displaying 4 results from an estimated 4 matches for "600000bit".
Did you mean:
100000bit
2006 Nov 12
9
Why did I need strange ceiling settings? (full version)
Sorry I pressed the wrong key and sent the message too early...
> -----Ursprüngliche Nachricht-----
> Von: Philipp Leusmann [mailto:philipp.leusmann@rwth-aachen.de]
> Gesendet: Mittwoch, 8. November 2006 12:53
> An: ''lartc@mailman.ds9a.nl''
> Betreff: Why did I need strange ceiling settings?
>
> Hi all,
>
> I recently installed traffic shaping on my
2010 Apr 22
1
PRIO qdisc + iptables TOS target
...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 7269 bytes 50 pkt...
2006 Aug 21
1
tc filter don''t match packets
...st 2000b/8 mpu 0b
overhead 0b cburst 2Kb/8 mpu 0b overhead 0b level 7
Sent 320 bytes 5 pkt (dropped 0, overlimits 0 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0
lended: 0 borrowed: 0 giants: 0
tokens: 19360 ctokens: 17654
class htb 1:10 parent 1:1 prio 0 quantum 3750 rate 300000bit ceil 600000bit
burst 1749b/8 mpu 0b overhead 0b cburst 1899b/8 mpu 0b overhead 0b level 0
Sent 320 bytes 5 pkt (dropped 0, overlimits 0 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0
lended: 5 borrowed: 0 giants: 0
tokens: 44960 ctokens: 24480
I use SuSE 10.1 with 2.6.16 .
Have you any sugestion?
___...
2005 Dec 27
3
Ingress policing (matching netfilter marks)
...-d qdisc show dev ppp0
qdisc ingress ffff: ----------------
Sent 47169399 bytes 46532 pkts (dropped 0, overlimits 0)
michael@bob:~$ sudo tc -s -d filter show dev ppp0 root
filter parent ffff: protocol ip pref 1 fw
filter parent ffff: protocol ip pref 1 fw handle 0x1e classid :1 police
0x28 rate 600000bit burst 8Kb mtu 2Kb action drop
ref 1 bind 1
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
I suspected I just might not be marking things correctly, so I tried u32
matching 0.0.0.0/0 - that worked fine, but for _all_ traffic (as it should).
So I tried marking *every* packet with $MARK_BULK (and ve...