version 1.1, 2016/10/18 13:28:17
|
version 1.1.1.2, 2021/03/17 00:36:45
|
Line 29 host=$1
|
Line 29 host=$1
|
# force V6 |
# force V6 |
./src/iperf3 -c $host -6 -t 5 |
./src/iperf3 -c $host -6 -t 5 |
./src/iperf3 -c $host -6 -u -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 |
# parallel streams |
./src/iperf3 -c $host -P 3 -t 5 |
./src/iperf3 -c $host -P 3 -t 5 |
./src/iperf3 -c $host -u -P 3 -t 5 |
./src/iperf3 -c $host -u -P 3 -t 5 |
# reverse mode |
# reverse mode |
./src/iperf3 -c $host -P 2 -t 5 -R |
./src/iperf3 -c $host -P 2 -t 5 -R |
./src/iperf3 -c $host -u -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 |
# zero copy |
./src/iperf3 -c $host -Z -t 5 |
./src/iperf3 -c $host -Z -t 5 |
./src/iperf3 -c $host -Z -t 5 -R |
./src/iperf3 -c $host -Z -t 5 -R |