Add iperf3 testing functionality to runtest.sh and update CSV output format; include local and remote TCP/UDP metrics
This commit is contained in:
parent
da0763806b
commit
4891f0bdfe
3 changed files with 40 additions and 5 deletions
|
@ -17,4 +17,8 @@ PING_TARGET=1.1.1.1
|
|||
MAX_RETRIES=5
|
||||
RETRY_DELAY=10 # seconds
|
||||
|
||||
IPERF_LOCAL_TARGET=
|
||||
IPERF_REMOTE_TARGET=
|
||||
IPERF_DURATION=10
|
||||
|
||||
RECIPIENT=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue