ARM: Add an AddrMode3 format for memory instructions that use address mode 3.
[gem5.git] / configs / boot / netperf-maerts-client.rcS
index 916bb25ab216d1e24ee4a874108c73e11f680f49..7766713aa50cba45e48d2a89d916a21a47fa2d16 100644 (file)
@@ -21,7 +21,7 @@ echo "100000" > /proc/sys/net/core/netdev_max_backlog
 echo -n "waiting for server..."
 /usr/bin/netcat -c -l -p 8000
 
-BINARY=/benchmarks/netperf/netperf
+BINARY=/benchmarks/netperf-bin/netperf
 TEST="TCP_MAERTS"
 SHORT_ARGS="-l -100k"
 LONG_ARGS="-k16384,0 -K16384,0 -- -m 65536 -M 65536 -s 262144 -S 262144"
@@ -34,12 +34,24 @@ echo "starting test..."
 echo "netperf warmup"
 echo $SHORT
 eval $SHORT
+NUMCLNTS=`/sbin/m5 initparam`
+[ "$NUMCLNTS" -eq "0" ] && NUMCLNTS=1
+
+echo "netperf benchmark... starting $NUMCLNTS..."
+lcv=0
+
+while [ "$lcv" -lt "$NUMCLNTS" ]
+do
+    echo $LONG
+    eval $LONG &
+    ((lcv += 1))
+done
+
+ckpt=200000000
+((ckpt = ckpt * 12/3 + 600000000))
+
+echo "configuring checkpointing at $ckpt..."
+/sbin/m5 checkpoint $ckpt 2000000000
+echo "done configuring checkpointing..."
+sleep 100000
 
-echo "netperf benchmark"
-echo $LONG
-/sbin/m5 ivlb 1
-/sbin/m5 resetstats
-/sbin/m5 dumpresetstats 2000000000 2000000000
-/sbin/m5 checkpoint 2000000000 2000000000
-eval $LONG
-/sbin/m5 exit