netperf-stream-client.rcS (1142:f31491939594) netperf-stream-client.rcS (1254:23bee9702f40)
1#!/bin/sh
2SERVER=10.0.0.1
3CLIENT=10.0.0.2
4
5echo "setting up network..."
6ifconfig lo 127.0.0.1
7ifconfig eth0 $CLIENT txqueuelen 1000
8

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

34echo "netperf warmup"
35echo $SHORT
36eval $SHORT
37
38echo "netperf benchmark"
39echo $LONG
40/sbin/m5 ivlb 1
41/sbin/m5 resetstats
1#!/bin/sh
2SERVER=10.0.0.1
3CLIENT=10.0.0.2
4
5echo "setting up network..."
6ifconfig lo 127.0.0.1
7ifconfig eth0 $CLIENT txqueuelen 1000
8

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

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