Lines Matching +full:10 +full:a
136 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \
140 sleep 10
143 local er=$((10 * 1000 * 1000))
144 local nr=$(rate $t0 $t1 10)
146 ((-10 <= nr_pct && nr_pct <= 10))
147 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
160 action police rate 10mbit burst 16k conform-exceed drop/ok
172 action police rate 10mbit burst 16k conform-exceed drop/ok
186 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \
190 sleep 10
193 local er=$((10 * 1000 * 1000))
194 local nr=$(rate $t0 $t1 10)
196 ((-10 <= nr_pct && nr_pct <= 10))
197 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
214 action police rate 10mbit burst 16k conform-exceed drop/ok \
215 index 10
217 # Rule to police a different flow destined to $h2 on egress of $rp2
221 action police index 10
253 action police rate 10mbit burst 16k conform-exceed drop/pipe \
256 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \
260 sleep 10
263 local er=$((10 * 1000 * 1000))
264 local nr=$(rate $t0 $t1 10)
266 ((-10 <= nr_pct && nr_pct <= 10))
267 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
270 sleep 10
273 local er=$((10 * 1000 * 1000))
274 local nr=$(rate $t0 $t1 10)
276 ((-10 <= nr_pct && nr_pct <= 10))
277 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
308 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \
312 sleep 10
316 local nr=$(packets_rate $t0 $t1 10)
318 ((-10 <= nr_pct && nr_pct <= 10))
319 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
367 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \
368 -t udp sp=12345,dp=54321 -p 1001 -c 10 -q
370 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \
378 test ${overlimits_t0} = 10
379 check_err $? "wrong overlimits, expected 10 got ${overlimits_t0}"