nat-netperf-maerts-client.rcS (1196:5e20797f314a) nat-netperf-maerts-client.rcS (1254:23bee9702f40)
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

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

37echo "netperf warmup"
38echo $SHORT
39eval $SHORT
40
41echo "netperf benchmark"
42echo $LONG
43/sbin/m5 ivlb 1
44/sbin/m5 resetstats
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

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

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