diff options
author | Marius Strobl <marius@FreeBSD.org> | 2023-04-15 18:00:40 +0200 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2023-04-15 21:01:48 +0200 |
commit | 3e1f667a34df9027a783fcca905c7cd8915fdcc3 (patch) | |
tree | d748fdfc2105c28134bc354faec94053c45f6f69 /benchmarks/netperf/files/patch-doc_examples_runemomniagg2.sh | |
parent | sysutils/mmc-utils: Update to 20230209 version (diff) |
benchmarks/netperf: Update to 20210121 version
For the most part, this complicates the build, moves the debug log from
/tmp to /var/log and changes debugging to default to off. Also:
- Don't let netserver chmod(2) /dev/null to 644 when debug log is off.
- Take back port.
Approved by: netchild
Diffstat (limited to 'benchmarks/netperf/files/patch-doc_examples_runemomniagg2.sh')
-rw-r--r-- | benchmarks/netperf/files/patch-doc_examples_runemomniagg2.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/netperf/files/patch-doc_examples_runemomniagg2.sh b/benchmarks/netperf/files/patch-doc_examples_runemomniagg2.sh index 9a64a32bf259..844fd6550979 100644 --- a/benchmarks/netperf/files/patch-doc_examples_runemomniagg2.sh +++ b/benchmarks/netperf/files/patch-doc_examples_runemomniagg2.sh @@ -11,11 +11,11 @@ @@ -84,11 +87,11 @@ echo four dl585 G5 clients rh5.2, each w echo TCP_STREAM for i in $concurrent_sessions; do - j=0; + j=0; - NETUUID=`netperf -t uuid`; + NETUUID=`$NETPERF -t uuid`; echo $i concurrent streams id $NETUUID; - while [ $j -lt $i ]; do + while [ $j -lt $i ]; do client=`expr $j % $num_cli` ; - netperf $HDR -t omni -c -C -H ${remote_hosts[$client]} -l $length $confidence -- $CSV -H ${remote_hosts[$client]} $socket_sizes -m 64K -u $NETUUID & HDR="-P 0"; + $NETPERF $HDR -t omni -c -C -H ${remote_hosts[$client]} -l $length $confidence -- $CSV -H ${remote_hosts[$client]} $socket_sizes -m 64K -u $NETUUID & HDR="-P 0"; |