diff options
Diffstat (limited to 'configs/boot/netperf-stream-client.rcS')
-rw-r--r-- | configs/boot/netperf-stream-client.rcS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/boot/netperf-stream-client.rcS b/configs/boot/netperf-stream-client.rcS index 430ac265c..9a2cc0ec1 100644 --- a/configs/boot/netperf-stream-client.rcS +++ b/configs/boot/netperf-stream-client.rcS @@ -19,9 +19,9 @@ echo "262143" > /proc/sys/net/core/optmem_max echo "100000" > /proc/sys/net/core/netdev_max_backlog echo -n "waiting for server..." -/usr/bin/netcat -c -l -p 8000 +netcat -c -l -p 8000 -BINARY=/benchmarks/netperf/netperf +BINARY=/benchmarks/netperf-bin/netperf TEST="TCP_STREAM" SHORT_ARGS="-l -100k" LONG_ARGS="-k16384,0 -K16384,0 -- -m 65536 -M 65536 -s 262144 -S 262144" |