diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2004-11-16 22:43:12 -0500 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2004-11-16 22:43:12 -0500 |
commit | 182425da82976a7bddcd259e8b56fed348c52eab (patch) | |
tree | f5aa45d3e733efcde4680726c7d51cb323085202 /configs/boot/spec-surge-server.rcS | |
parent | 33135a051abcaad29bd04118e9d7028f7529b4a5 (diff) | |
download | gem5-182425da82976a7bddcd259e8b56fed348c52eab.tar.xz |
add support for NAT under netperf stream, maerts, and spec-surge.
configs/boot/spec-surge-client.rcS:
configs/boot/surge-client.rcS:
fix this rcS - don't sleep, instead wait for the server to tell you it's done.
configs/boot/spec-surge-server.rcS:
configs/boot/surge-server.rcS:
notify the client you're done starting the server.
--HG--
extra : convert_revision : b708bd0a9147e248eed7c27e7078668fbd98b95e
Diffstat (limited to 'configs/boot/spec-surge-server.rcS')
-rwxr-xr-x | configs/boot/spec-surge-server.rcS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/boot/spec-surge-server.rcS b/configs/boot/spec-surge-server.rcS index b7e5d73c0..61afd78bf 100755 --- a/configs/boot/spec-surge-server.rcS +++ b/configs/boot/spec-surge-server.rcS @@ -47,5 +47,9 @@ sleep 2 cat /benchmarks/apache2/logs/error_log echo "done." +echo "notifying client..." +echo "server ready" | /usr/bin/netcat -c 192.168.0.10 8000 +echo "done" + echo -n "starting bash shell..." /bin/bash |