Home | History | Annotate | Download | only in man8

Lines Matching full:rate

5 .B tc qdisc ... tbf rate
6 rate
16 rate
30 itself, although packets are available, to ensure that the configured rate is not exceeded.
35 case, data is on average dequeued at the configured rate but may be sent much faster at millisecond
47 in one go. Tokens arrive at a steady rate, until the bucket is full.
73 bucket, the rate and possibly the peakrate (if set). These two parameters
80 if you want to reach your configured rate!
83 The minimum buffer size can be calculated by dividing the rate by HZ.
96 rate
105 Maximum depletion rate of the bucket. The peakrate does not
120 To attach a TBF with a sustained maximum rate of 0.5mbit/s, a peakrate of 1.0mbit/s,
124 # tc qdisc add dev eth0 handle 10: root tbf rate 0.5mbit \\