diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2005-03-05 15:16:29 -0500 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2005-03-05 15:16:29 -0500 |
commit | 0804a7530fe57e8a68e3d7620ebc70a3d431633a (patch) | |
tree | d0757831d4d383e9286b8dbd7ef0380d93a380f0 /configs | |
parent | 9f8d889f5f202acb1d81767a0584d8bf965ecce5 (diff) | |
download | gem5-0804a7530fe57e8a68e3d7620ebc70a3d431633a.tar.xz |
the client and server aren't rate-matched anymore and the timing of the netcats are off - add a sleep 1 to make it actually work.
--HG--
extra : convert_revision : 3fa730a94d9270945d34061513ab9ce0ab60e7ba
Diffstat (limited to 'configs')
-rw-r--r-- | configs/boot/netperf-server.rcS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/boot/netperf-server.rcS b/configs/boot/netperf-server.rcS index f77ff0ce8..c75d918a2 100644 --- a/configs/boot/netperf-server.rcS +++ b/configs/boot/netperf-server.rcS @@ -22,6 +22,7 @@ echo "running netserver..." /benchmarks/netperf/netserver echo -n "signal client to begin..." +sleep 1 echo "server ready" | /usr/bin/netcat -c $CLIENT 8000 echo "done." |