summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/files/patch-doc_examples_runemomniagg2.sh
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2023-04-15 18:00:40 +0200
committerMarius Strobl <marius@FreeBSD.org>2023-04-15 21:01:48 +0200
commit3e1f667a34df9027a783fcca905c7cd8915fdcc3 (patch)
treed748fdfc2105c28134bc354faec94053c45f6f69 /benchmarks/netperf/files/patch-doc_examples_runemomniagg2.sh
parentsysutils/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.sh4
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";