Fix the singalling from server to client so that the
benchmark begins properly. configs/boot/nat-netperf-maerts-client.rcS: Fix the echo message configs/boot/nat-netperf-server.rcS: Wait a second before signalling the natbox to make sure it's had time to boot. Fix echo message. --HG-- extra : convert_revision : f9d32c98f24b9617ebf917790a4ca554b7b02bba
This commit is contained in:
parent
dedf16a6c6
commit
47dec0f411
2 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,7 @@ echo "262143" > /proc/sys/net/core/wmem_default
|
|||
echo "262143" > /proc/sys/net/core/optmem_max
|
||||
echo "100000" > /proc/sys/net/core/netdev_max_backlog
|
||||
|
||||
echo -n "waiting for server..."
|
||||
echo -n "waiting for natbox..."
|
||||
/usr/bin/netcat -c -l -p 8000
|
||||
|
||||
BINARY=/benchmarks/netperf/netperf
|
||||
|
|
|
@ -23,7 +23,8 @@ echo "100000" > /proc/sys/net/core/netdev_max_backlog
|
|||
echo "running netserver..."
|
||||
/benchmarks/netperf/netserver
|
||||
|
||||
echo -n "signal client to begin..."
|
||||
echo -n "signal natbox to begin..."
|
||||
sleep 1
|
||||
echo "server ready" | /usr/bin/netcat -c $NATBOX 8000
|
||||
echo "done."
|
||||
|
||||
|
|
Loading…
Reference in a new issue