Displaying 1 result from an estimated 1 matches for "156250kb".
Did you mean:
156250
2004 Jun 25
1
TBF maximum bucket size
...16000000000
>tc qdisc show dev eth0
qdisc tbf 800b: rate 1440Kbit burst 3908420240b lat 2197.8s
A smaller attempt of ~1.6 gigs works just fine:
>tc qdisc add dev eth0 root tbf rate 1440kbit latency 50ms \
burst 160000000
>tc qdisc show
qdisc tbf 800c: dev eth0 rate 1440Kbit burst 156250Kb lat 48.8ms
Is there any way around this? I have a 500GB/month colocation deal. This
means I can send a sustained traffic stream of 1440Kbit/s. However, most
of my server''s traffic will be in bursts. I figured it makes sense to have
a 1440Kbit/s stream of tokens going into a TBF with a buc...