nat-netperf-maerts-client.rcS (3032:dc687512802b) nat-netperf-maerts-client.rcS (3690:28b3001a883d)
1#!/bin/sh
2SERVER=192.168.0.1
3CLIENT=10.0.0.2
4
5echo "setting up network..."
6ifconfig lo 127.0.0.1
7ifconfig eth0 $CLIENT txqueuelen 1000
8

--- 27 unchanged lines hidden (view full) ---

36
37echo "starting test..."
38echo "netperf warmup"
39echo $SHORT
40eval $SHORT
41
42echo "netperf benchmark"
43echo $LONG
1#!/bin/sh
2SERVER=192.168.0.1
3CLIENT=10.0.0.2
4
5echo "setting up network..."
6ifconfig lo 127.0.0.1
7ifconfig eth0 $CLIENT txqueuelen 1000
8

--- 27 unchanged lines hidden (view full) ---

36
37echo "starting test..."
38echo "netperf warmup"
39echo $SHORT
40eval $SHORT
41
42echo "netperf benchmark"
43echo $LONG
44/sbin/m5 ivlb 1
45/sbin/m5 resetstats
46/sbin/m5 dumpresetstats 200000000 2000000000
47/sbin/m5 checkpoint 200000000 2000000000
48eval $LONG
49/sbin/m5 exit
44/sbin/m5 resetstats
45/sbin/m5 dumpresetstats 200000000 2000000000
46/sbin/m5 checkpoint 200000000 2000000000
47eval $LONG
48/sbin/m5 exit