Lines Matching +full:10 +full:a
134 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \
138 sleep 10
142 local nr=$(rate $t0 $t1 10)
144 ((-10 <= nr_pct && nr_pct <= 10))
145 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
184 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \
188 sleep 10
192 local nr=$(rate $t0 $t1 10)
194 ((-10 <= nr_pct && nr_pct <= 10))
195 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
213 index 10
215 # Rule to police a different flow destined to $h2 on egress of $rp2
219 action police index 10
254 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \
258 sleep 10
262 local nr=$(rate $t0 $t1 10)
264 ((-10 <= nr_pct && nr_pct <= 10))
265 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
268 sleep 10
272 local nr=$(rate $t0 $t1 10)
274 ((-10 <= nr_pct && nr_pct <= 10))
275 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
306 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \
310 sleep 10
314 local nr=$(packets_rate $t0 $t1 10)
316 ((-10 <= nr_pct && nr_pct <= 10))
317 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."