summaryrefslogtreecommitdiff
path: root/configs/boot
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2006-11-30 11:53:33 -0500
committerLisa Hsu <hsul@eecs.umich.edu>2006-11-30 11:53:33 -0500
commitdf6c12e7160051ce77648eb659fa521c3a3e3cf8 (patch)
tree9a1e5d7b0adac9752a3555f5166ab9dc8e2f8ea7 /configs/boot
parentec3dacc66496206544467116177a2e3934cc394f (diff)
downloadgem5-df6c12e7160051ce77648eb659fa521c3a3e3cf8.tar.xz
netperf-maerts-client.rcS:
change /netperf/netperf to /netperf-bin/netperf nat-netperf-maerts-client.rcS: bad comment that went with the file - accidentally committed but probably doesn't matter, i ust eliminated an ivlb in the script. configs/boot/nat-netperf-maerts-client.rcS: replace netperf/netperf with netperf-bin/netperf configs/boot/netperf-maerts-client.rcS: change /netperf/netperf to /netperf-bin/netperf --HG-- extra : convert_revision : 32fed0042e267f315d3e688ebc4b66d7002b85f0
Diffstat (limited to 'configs/boot')
-rw-r--r--configs/boot/nat-netperf-maerts-client.rcS1
-rw-r--r--configs/boot/netperf-maerts-client.rcS2
2 files changed, 1 insertions, 2 deletions
diff --git a/configs/boot/nat-netperf-maerts-client.rcS b/configs/boot/nat-netperf-maerts-client.rcS
index 863766a6b..d8a6d4dc4 100644
--- a/configs/boot/nat-netperf-maerts-client.rcS
+++ b/configs/boot/nat-netperf-maerts-client.rcS
@@ -41,7 +41,6 @@ eval $SHORT
echo "netperf benchmark"
echo $LONG
-/sbin/m5 ivlb 1
/sbin/m5 resetstats
/sbin/m5 dumpresetstats 200000000 2000000000
/sbin/m5 checkpoint 200000000 2000000000
diff --git a/configs/boot/netperf-maerts-client.rcS b/configs/boot/netperf-maerts-client.rcS
index 3270d0058..7766713aa 100644
--- a/configs/boot/netperf-maerts-client.rcS
+++ b/configs/boot/netperf-maerts-client.rcS
@@ -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"