Searched refs:expected_rate (Results 1 – 1 of 1) sorted by relevance
1716 local expected_rate=$41725 if [ $tx_rate -lt $((expected_rate - tolerance)) ] || \1726 [ $tx_rate -gt $((expected_rate + tolerance)) ]; then1727 echo "[fail] got $tx_rate% usage, expected $expected_rate%"