aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2020-06-08 13:57:26 -0700
committerBruce A. Mah <bmah@es.net>2020-06-08 13:57:26 -0700
commit26a6e72eaed4da685a4aeb0143861aa392538d9a (patch)
tree91a8dc24ed05185723b2f86cb72e5ab4df49ec3b
parentf95924ddcfc16f2953f5b62d72112ca65ae4e70f (diff)
downloadplatform_external_iperf3-26a6e72eaed4da685a4aeb0143861aa392538d9a.tar.gz
platform_external_iperf3-26a6e72eaed4da685a4aeb0143861aa392538d9a.tar.bz2
platform_external_iperf3-26a6e72eaed4da685a4aeb0143861aa392538d9a.zip
chore: Add some more tests for SCTP, --fq-rate, and --bidir.
-rwxr-xr-xtest_commands.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/test_commands.sh b/test_commands.sh
index 2ed0f82..146d1da 100755
--- a/test_commands.sh
+++ b/test_commands.sh
@@ -29,12 +29,20 @@ host=$1
# force V6
./src/iperf3 -c $host -6 -t 5
./src/iperf3 -c $host -6 -u -t 5
+# FQ rate
+./src/iperf3 -c $host -V -t 5 --fq-rate 5m
+./src/iperf3 -c $host -u -V -t 5 --fq-rate 5m
+# SCTP
+./src/iperf3 -c $host --sctp -V -t 5
# parallel streams
./src/iperf3 -c $host -P 3 -t 5
./src/iperf3 -c $host -u -P 3 -t 5
# reverse mode
./src/iperf3 -c $host -P 2 -t 5 -R
./src/iperf3 -c $host -u -P 2 -t 5 -R
+# bidirectional mode
+./src/iperf3 -c $host -P 2 -t 5 --bidir
+./src/iperf3 -c $host -u -P 2 -t 5 --bidir
# zero copy
./src/iperf3 -c $host -Z -t 5
./src/iperf3 -c $host -Z -t 5 -R