[benchmark] add client flag
This commit is contained in:
parent
b354a2479b
commit
389e58d1fb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ fi
|
|||
host=$1; shift
|
||||
port=$1; shift
|
||||
|
||||
flags="-p $port -O 10 -t 190"
|
||||
flags="-c -p $port -O 10 -t 190"
|
||||
fbase="iperf-to-${host}"
|
||||
|
||||
if echo $host | grep -q ':'; then
|
||||
|
|
Loading…
Reference in a new issue