You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server:
taskset -c 21-30 iperf3 -s -p 21000 -V --timestamps -i 30
client:
for i in {1..1000000}; do taskset -c 21-30 iperf3 -c 152.100.1.156 -u -l $((RANDOM%9000 + 22)) -P 16 -t 60 -i 30 -p 21000 -V --timestamps --bidir; sleep 1; if [ $? -ne 0 ];then echo "$(date) error in mix len test >> iperf3mixerr.log"; fi; done
appearence
Remark
We have also conducted extensive testing with the newer release, iperf3 version 3.19.1 over 2000 times(about 70hours)and the error did not occur a single time.