HomeSort by relevance Sort by last modified time
    Searched refs:remote_hosts (Results 1 - 3 of 3) sorted by null

  /external/netperf/doc/examples/
runemomniagg2.sh 5 remote_hosts[0]=192.168.2.3
6 remote_hosts[1]=192.168.3.5
7 remote_hosts[2]=192.168.4.6
8 remote_hosts[3]=192.168.5.7
9 remote_hosts[4]=192.168.2.5
10 remote_hosts[5]=192.168.3.3
11 remote_hosts[6]=192.168.4.7
12 remote_hosts[7]=192.168.5.6
13 remote_hosts[8]=192.168.2.6
14 remote_hosts[9]=192.168.3.
    [all...]
runemomni.sh 26 remote_hosts="192.168.0.26 fe80::207:43ff:fe05:590a%eth0"
68 for data in $remote_hosts
runemomniaggdemo.sh 26 TARGET=${REMOTE_HOSTS[`expr $i % $NUM_REMOTE_HOSTS`]}
83 TARGET=${REMOTE_HOSTS[`expr $i % $NUM_REMOTE_HOSTS`]}
120 if [ ! -f ./remote_hosts ]
122 echo "This script requires a remote_hosts file"
125 . ./remote_hosts
134 # but at least as many as there are entries in remote_hosts
176 BURST=`find_max_burst.sh ${REMOTE_HOSTS[0]}`
248 traceroute ${REMOTE_HOSTS[$i]} > traceroute_${REMOTE_HOSTS[$i]}.txt

Completed in 115 milliseconds