fix paths for changes in disk image layout
--HG-- extra : convert_revision : 506ff845efc8d786639c29931eb4abd3a5860fcf
This commit is contained in:
parent
6f43d2b8d8
commit
7739f32758
4 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ ifconfig eth0 $CLIENT
|
|||
echo -n "waiting for server..."
|
||||
/usr/bin/netcat -c -l -p 8000
|
||||
|
||||
BINARY=/usr/bin/netperf
|
||||
BINARY=/benchmarks/netperf/netperf
|
||||
TEST="TCP_MAERTS"
|
||||
SHORT_ARGS="-l -100k"
|
||||
LONG_ARGS="-k16384,0 -K16384,0 -- -m 65536 -M 65536 -s 262144 -S 262144"
|
||||
|
|
|
@ -9,7 +9,7 @@ ifconfig eth0 $CLIENT
|
|||
echo -n "waiting for server..."
|
||||
/usr/bin/netcat -c -l -p 8000
|
||||
|
||||
BINARY=/usr/bin/netperf
|
||||
BINARY=/benchmarks/netperf/netperf
|
||||
TEST="TCP_RR"
|
||||
SHORT_ARGS="-l -1k"
|
||||
LONG_ARGS="-k10000,0 -K10000,0"
|
||||
|
|
|
@ -9,7 +9,7 @@ ifconfig eth0 $CLIENT
|
|||
echo -n "waiting for server..."
|
||||
/usr/bin/netcat -c -l -p 8000
|
||||
|
||||
BINARY=/usr/bin/netperf
|
||||
BINARY=/benchmarks/netperf/netperf
|
||||
TEST="TCP_STREAM"
|
||||
SHORT_ARGS="-l -100k"
|
||||
LONG_ARGS="-k16384,0 -K16384,0 -- -m 65536 -M 65536 -s 262144 -S 262144"
|
||||
|
|
|
@ -7,7 +7,7 @@ ifconfig lo 127.0.0.1
|
|||
ifconfig eth0 $SERVER
|
||||
|
||||
echo "running netserver..."
|
||||
/usr/bin/netserver
|
||||
/benchmarks/netperf/netserver
|
||||
|
||||
echo -n "signal client to begin..."
|
||||
echo "server ready" | /usr/bin/netcat -c $CLIENT 8000
|
||||
|
|
Loading…
Reference in a new issue