Home | History | Annotate | Download | only in mlxsw

Lines Matching defs:rate

219 rate()
230 local rate=$1; shift
234 if ((rate > min)); then
250 # Dips in performance might cause momentary ingress rate to drop below
253 # average ingress rate to somewhat mitigate this.
267 local ir=$(rate $u0 $u1 $interval)
268 local er=$(rate $t0 $t1 $interval)
270 if check_rate $ir $min_ingress "$what ingress rate"; then
293 check_err $? "Could not get high enough UC-only ingress rate"
304 check_err $? "Could not get high enough UC+MC ingress rate"
319 local mc_ir=$(rate $u0 $u1 $interval)
320 local mc_er=$(rate $t0 $t1 $interval)
372 local uc_ir=$(rate $u0 $u1 $interval)
373 local uc_er=$(rate $t0 $t1 $interval)