test-iperf que escribe su comando
This commit is contained in:
parent
9935006f0c
commit
a076c47133
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue