the client and server aren't rate-matched anymore and the timing of the netcats are...
authorLisa Hsu <hsul@eecs.umich.edu>
Sat, 5 Mar 2005 20:16:29 +0000 (15:16 -0500)
committerLisa Hsu <hsul@eecs.umich.edu>
Sat, 5 Mar 2005 20:16:29 +0000 (15:16 -0500)
--HG--
extra : convert_revision : 3fa730a94d9270945d34061513ab9ce0ab60e7ba

configs/boot/netperf-server.rcS

index f77ff0ce8bd9c73ddb07f69443ea9eb9f0ad2b66..c75d918a28143fe15b9862493a491914c0115216 100644 (file)
@@ -22,6 +22,7 @@ echo "running netserver..."
 /benchmarks/netperf/netserver
 
 echo -n "signal client to begin..."
+sleep 1
 echo "server ready" | /usr/bin/netcat -c $CLIENT 8000
 echo "done."