summaryrefslogtreecommitdiff
path: root/configs/boot/nfs-client-nhfsstone.rcS
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2005-09-16 22:54:01 -0400
committerNathan Binkert <binkertn@umich.edu>2005-09-16 22:54:01 -0400
commitc7b211e71ffc45906c74821097ba555f80e8f82e (patch)
treec8649ae1faeea07413b09aca6d9efbc720bdabcb /configs/boot/nfs-client-nhfsstone.rcS
parentd4de2ba0b47cfbba4403bd010f910a60e6e89b9c (diff)
downloadgem5-c7b211e71ffc45906c74821097ba555f80e8f82e.tar.xz
various changes to the boot scripts
configs/boot/iscsi-client.rcS: configs/boot/nfs-client-dbench.rcS: don't use the /proc/m5 stuff, use the m5 binary configs/boot/nfs-client-nhfsstone.rcS: set up checkpoints change nhfsstone configuration configs/boot/nfs-client.rcS: use more memory configs/boot/nfs-server.rcS: change the writeback frequency load a larger simulated disk image. create more nfsd threads --HG-- extra : convert_revision : 242dfd261d62782c06847d64b9f6aa06664a1ec9
Diffstat (limited to 'configs/boot/nfs-client-nhfsstone.rcS')
-rwxr-xr-xconfigs/boot/nfs-client-nhfsstone.rcS3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/boot/nfs-client-nhfsstone.rcS b/configs/boot/nfs-client-nhfsstone.rcS
index aa2903919..6a9650d38 100755
--- a/configs/boot/nfs-client-nhfsstone.rcS
+++ b/configs/boot/nfs-client-nhfsstone.rcS
@@ -43,6 +43,7 @@ mkdir /nfs
mount 10.0.0.1:/nfs /nfs
echo "done."
-/benchmarks/nhfsstone/nhfsstone -t 30 -p 10 /nfs
+/sbin/m5 checkpoint 8000000000 2000000000
+/benchmarks/nfs/nhfsstone -l 300 -t 50 -p 14 -m /benchmarks/nfs/nfs.mix2 /nfs
/sbin/m5 exit