stats: updates due to branch predictor warming
[gem5.git] / configs / boot / netperf-stream-client.rcS
index 0dba6f1a23c765dd923bdb630c82b9bab9b894f3..9a2cc0ec1f93e71ca5df430303e0003db1dab2d0 100644 (file)
@@ -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"
@@ -39,7 +39,7 @@ echo "netperf benchmark"
 echo $LONG
 /sbin/m5 ivlb 1
 /sbin/m5 resetstats
-/sbin/m5 dumpresetstats 2000000000 2000000000
-/sbin/m5 checkpoint 2000000000 2000000000
+/sbin/m5 dumpresetstats 200000000 2000000000
+/sbin/m5 checkpoint 200000000 2000000000
 eval $LONG
 /sbin/m5 exit