Displaying 3 results from an estimated 3 matches for "120000bit".
Did you mean:
128000bit
2006 Apr 09
2
tc counters "problem"
...rhead 0b cburst 1689b/8 mpu 0b overhead 0b level 0
Sent 262755089 bytes 664505 pkt (dropped 0, overlimits 0 requeues 0)
rate 180456bit 25pps backlog 0b 15p requeues 0
lended: 664490 borrowed: 0 giants: 0
tokens: 113243 ctokens: -89463
class htb 1:30 parent 1:1 leaf 30: prio 3 rate 1000bit ceil 120000bit burst
6Kb/8 mpu 0b overhead 0b cburst 1659b/8 mpu 0b overhead 0b level 0
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0
lended: 0 borrowed: 0 giants: 0
tokens: 50331648 ctokens: 113321
class htb 1:40 parent 1:1 leaf 40: prio 4 rate 1000bit ceil...
2005 Dec 04
6
tbf and prio blocking some flows entirely
...qdisc add dev ppp0 parent 2:2 handle 20: sfq perturb 20
tc qdisc add dev ppp0 parent 2:3 handle 30: sfq perturb 20
# ICMP so we can see PRIO working
tc filter add dev ppp0 parent 2:0 protocol ip prio 10 u32 match ip protocol 1 0xff flowid 2:1
Is producing the following tc rules:
qdisc tbf 1: rate 120000bit burst 1199b lat 4294.9s
Sent 2024323 bytes 38831 pkt (dropped 54, overlimits 280 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0
qdisc prio 2: parent 1:1 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
Sent 2024323 bytes 38831 pkt (dropped 0, overlimits 0 requeues 280)
rate 0bit 0pps backl...
2005 Dec 02
17
HTB - prio and rate
Hi all,
I''ve not been able to find an explanation of the relationship between
prio and rate as they apply to the HTB technique. Hopefully someone on
here will be able to help me.
As I understand things, when prio values are assigned to an HTB setup,
classes with a given prio value will only be serviced when there are no
packets waiting in classes with a lower prio value.
Now, does