test-iperf que escribe su comando

This commit is contained in:
Sandino Araico Sánchez 2022-01-25 01:46:19 -06:00
parent 9935006f0c
commit a076c47133

View file

@ -35,8 +35,12 @@ for VLAN in {10..4000} ; do
iperf3 -P 4 -p 52$MY_PORT \
--logfile $OUTPUT_DIR/iperf/client.$IP$LABEL.log \
-c $IP
echo $?
RES=$?
echo $RES
echo "iperf3 -P 4 -p 52$MY_PORT \
--logfile $OUTPUT_DIR/iperf/client.$IP$LABEL.log \
-c $IP" > $OUTPUT_DIR/iperf/client.$IP$LABEL.cmd
echo $RES >> $OUTPUT_DIR/iperf/client.$IP$LABEL.cmd
done
done