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.
36 case, data is on average dequeued at the configured rate but may be sent much faster at millisecond
51 in one go. Tokens arrive at a steady rate, until the bucket is full.
77 bucket, the rate and possibly the peakrate (if set). These two parameters
84 if you want to reach your configured rate!
87 The minimum buffer size can be calculated by dividing the rate by HZ.
100 rate
109 Maximum depletion rate of the bucket. Limited to 1mbit/s on Intel, 10mbit/s on Alpha. The peakrate does
123 To attach a TBF with a sustained maximum rate of 0.5mbit/s, a peakrate of 1.0mbit/s,
127 # tc qdisc add dev eth0 root tbf rate 0.5mbit \\