Changes between Initial Version and Version 1 of PlasticSlices/Continuation/Round9


Ignore:
Timestamp:
05/18/12 07:59:35 (12 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/Continuation/Round9

    v1 v1  
     1[[PageOutline]]
     2
     3= Continuation Round 9 =
     4
     5In this round, the plan was to run all ten slices on all seven sites, for a week.
     6
     7The raw logs are at http://www.gpolab.bbn.com/plastic-slices/continuation/round-9/.
     8
     9= plastic-101 =
     10
     11[ggw:PlasticSlices/Experiments#SteadyPing SteadyPing], using interval=.005, and this table of client/server pairs:
     12
     13|| '''client'''                   || '''server'''                   || '''server address''' ||
     14|| ganel.gpolab.bbn.com           || planetlab5.clemson.edu         || server=10.42.101.105 ||
     15|| planetlab4.clemson.edu         || plnode2.cip.gatech.edu         || server=10.42.101.101 ||
     16|| plnode1.cip.gatech.edu         || pl5.myplc.grnoc.iu.edu         || server=10.42.101.73  ||
     17|| pl4.myplc.grnoc.iu.edu         || of-planet2.stanford.edu        || server=10.42.101.91  ||
     18|| of-planet1.stanford.edu        || pl02.cs.washington.edu         || server=10.42.101.81  ||
     19|| pl01.cs.washington.edu         || wings-openflow-3.wail.wisc.edu || server=10.42.101.96  ||
     20|| wings-openflow-2.wail.wisc.edu || gardil.gpolab.bbn.com          || server=10.42.101.52  ||
     21
     22== Commands run on each client ==
     23
     24{{{
     25server=<ipaddr>
     26sudo ping -q -i .005 -s $((1500-8-20)) $server
     27}}}
     28
     29== Results ==
     30
     31Generated from the logs with
     32
     33{{{
     34subnet=101
     35for host in $(awk 'NR%2==1' ~/plastic-slices/logins/logins-plastic-$subnet.txt | sed -r -e 's/.+@//') ; do echo -e "$host:\n\n{{{" ; grep -A 2 statistics pgenigpolabbbncom_plastic$subnet\@$host.log ; echo -e "}}}\n" ; done
     36}}}
     37
     38== Comments ==
     39
     40''(forthcoming)''
     41
     42= plastic-102 =
     43
     44[ggw:PlasticSlices/Experiments#SteadyPing SteadyPing], using interval=.005, and this table of client/server pairs:
     45
     46|| '''client'''                   || '''server'''                   || '''server address''' ||
     47|| navis.gpolab.bbn.com           || planetlab4.clemson.edu         || server=10.42.102.104 ||
     48|| planetlab5.clemson.edu         || plnode1.cip.gatech.edu         || server=10.42.102.100 ||
     49|| plnode2.cip.gatech.edu         || pl4.myplc.grnoc.iu.edu         || server=10.42.102.72  ||
     50|| pl5.myplc.grnoc.iu.edu         || of-planet2.stanford.edu        || server=10.42.102.91  ||
     51|| of-planet1.stanford.edu        || pl01.cs.washington.edu         || server=10.42.102.80  ||
     52|| pl02.cs.washington.edu         || wings-openflow-2.wail.wisc.edu || server=10.42.102.95  ||
     53|| wings-openflow-3.wail.wisc.edu || bain.gpolab.bbn.com            || server=10.42.102.54  ||
     54
     55== Commands run on each client ==
     56
     57{{{
     58server=<ipaddr>
     59sudo ping -q -i .005 -s $((1500-8-20)) $server
     60}}}
     61
     62== Results ==
     63
     64Generated from the logs with
     65
     66{{{
     67subnet=102
     68for host in $(awk 'NR%2==1' ~/plastic-slices/logins/logins-plastic-$subnet.txt | sed -r -e 's/.+@//') ; do echo -e "$host:\n\n{{{" ; grep -A 2 statistics pgenigpolabbbncom_plastic$subnet\@$host.log ; echo -e "}}}\n" ; done
     69}}}
     70
     71== Comments ==
     72
     73''(forthcoming)''
     74
     75= plastic-103 =
     76
     77[ggw:PlasticSlices/Experiments#SteadyPerfTCP SteadyPerf TCP], using port=5103, time=518400, and this table of client/server pairs:
     78
     79|| '''client'''                   || '''server'''                   || '''server address''' ||
     80|| sardis.gpolab.bbn.com          || of-planet1.stanford.edu        || server=10.42.103.90  ||
     81|| of-planet2.stanford.edu        || pl01.cs.washington.edu         || server=10.42.103.80  ||
     82|| pl02.cs.washington.edu         || ganel.gpolab.bbn.com           || server=10.42.103.51  ||
     83
     84== One-time prep commands run on each client and server ==
     85
     86{{{
     87sudo yum -y install iperf
     88}}}
     89
     90== Commands run on each server ==
     91
     92{{{
     93server=<ipaddr>
     94nice -n 19 iperf -B $server -p 5103 -s -i 1
     95}}}
     96
     97== Commands run on each client ==
     98
     99{{{
     100server=<ipaddr>
     101nice -n 19 iperf -c $server -p 5103 -t 518400
     102}}}
     103
     104== Results ==
     105
     106Generated with
     107
     108{{{
     109subnet=103
     110for host in $(awk 'NR%2==1' ~/plastic-slices/logins/logins-plastic-$subnet.txt | sed -r -e 's/.+@//') ; do echo -e "$host:\n\n{{{" ; grep -a -A 5 -B 1 "Client connecting" pgenigpolabbbncom_plastic$subnet\@$host.log ; echo -e "}}}\n" ; done
     111}}}
     112
     113and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     114
     115== Comments ==
     116
     117''(forthcoming)''
     118
     119= plastic-104 =
     120
     121[ggw:PlasticSlices/Experiments#SteadyPerfUDP SteadyPerf UDP], using port=5104, time=518400, rate=11, and this table of client/server pairs:
     122
     123|| '''client'''                   || '''server'''                   || '''server address''' ||
     124|| ganel.gpolab.bbn.com           || wings-openflow-2.wail.wisc.edu || server=10.42.104.95  ||
     125|| pl5.myplc.grnoc.iu.edu         || sardis.gpolab.bbn.com          || server=10.42.104.53  ||
     126
     127== One-time prep commands run on each client and server ==
     128
     129{{{
     130sudo yum -y install iperf
     131}}}
     132
     133== Commands run on each server ==
     134
     135{{{
     136server=<ipaddr>
     137nice -n 19 iperf -u -B $server -p 5104 -s -i 1
     138}}}
     139
     140== Commands run on each client ==
     141
     142{{{
     143server=<ipaddr>
     144nice -n 19 iperf -u -c $server -p 5104 -t 518400 -b 11M
     145}}}
     146
     147== Results ==
     148
     149Generated with
     150
     151{{{
     152subnet=104
     153for host in $(awk 'NR%2==1' ~/plastic-slices/logins/logins-plastic-$subnet.txt | sed -r -e 's/.+@//') ; do echo -e "$host:\n\n{{{" ; grep -A 10 -B 1 "Client connecting" pgenigpolabbbncom_plastic$subnet\@$host.log ; echo -e "}}}\n" ; done
     154}}}
     155
     156and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     157
     158== Comments ==
     159
     160''(forthcoming)''
     161
     162= plastic-105 =
     163
     164[ggw:PlasticSlices/Experiments#SteadyPerfUDP SteadyPerf UDP], using port=5105, time=518400, rate=6, and this table of client/server pairs:
     165
     166|| '''client'''                   || '''server'''                   || '''server address''' ||
     167|| wings-openflow-2.wail.wisc.edu || planetlab5.clemson.edu         || server=10.42.105.105 ||
     168|| planetlab4.clemson.edu         || navis.gpolab.bbn.com           || server=10.42.105.55  ||
     169|| bain.gpolab.bbn.com            || plnode2.cip.gatech.edu         || server=10.42.105.101 ||
     170|| plnode1.cip.gatech.edu         || wings-openflow-3.wail.wisc.edu || server=10.42.105.96  ||
     171
     172== One-time prep commands run on each client and server ==
     173
     174{{{
     175sudo yum -y install iperf
     176}}}
     177
     178== Commands run on each server ==
     179
     180{{{
     181server=<ipaddr>
     182nice -n 19 iperf -u -B $server -p 5105 -s -i 1
     183}}}
     184
     185== Commands run on each client ==
     186
     187{{{
     188server=<ipaddr>
     189nice -n 19 iperf -u -c $server -p 5105 -t 518400 -b 6M
     190}}}
     191
     192== Results ==
     193
     194Generated with
     195
     196{{{
     197subnet=105
     198for host in $(awk 'NR%2==1' ~/plastic-slices/logins/logins-plastic-$subnet.txt | sed -r -e 's/.+@//') ; do echo -e "$host:\n\n{{{" ; grep -A 10 -B 1 "Client connecting" pgenigpolabbbncom_plastic$subnet\@$host.log ; echo -e "}}}\n" ; done
     199}}}
     200
     201and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     202
     203== Comments ==
     204
     205''(forthcoming)''
     206
     207= plastic-106 =
     208
     209[ggw:PlasticSlices/Experiments#SteadyPerfTCP SteadyPerf TCP], using port=5106, time=518400, and this table of client/server pairs:
     210
     211|| '''client'''                   || '''server'''                   || '''server address''' ||
     212|| planetlab5.clemson.edu         || wings-openflow-2.wail.wisc.edu || server=10.42.106.95  ||
     213|| wings-openflow-3.wail.wisc.edu || plnode1.cip.gatech.edu         || server=10.42.106.100 ||
     214|| plnode2.cip.gatech.edu         || bain.gpolab.bbn.com            || server=10.42.106.54  ||
     215|| navis.gpolab.bbn.com           || planetlab4.clemson.edu         || server=10.42.106.104 ||
     216
     217== One-time prep commands run on each client and server ==
     218
     219{{{
     220sudo yum -y install iperf
     221}}}
     222
     223== Commands run on each server ==
     224
     225{{{
     226server=<ipaddr>
     227nice -n 19 iperf -B $server -p 5106 -s -i 1
     228}}}
     229
     230== Commands run on each client ==
     231
     232{{{
     233server=<ipaddr>
     234nice -n 19 iperf -c $server -p 5106 -t 518400
     235}}}
     236
     237== Results ==
     238
     239Generated with
     240
     241{{{
     242subnet=106
     243for host in $(awk 'NR%2==1' ~/plastic-slices/logins/logins-plastic-$subnet.txt | sed -r -e 's/.+@//') ; do echo -e "$host:\n\n{{{" ; grep -A 5 -B 1 "Client connecting" pgenigpolabbbncom_plastic$subnet\@$host.log ; echo -e "}}}\n" ; done
     244}}}
     245
     246and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     247
     248== Comments ==
     249
     250''(forthcoming)''
     251
     252= plastic-107 =
     253
     254[ggw:PlasticSlices/Experiments#SteadyPerfTCP SteadyPerf TCP], using port=5107, time=518400, and this table of client/server pairs:
     255
     256|| '''client'''                   || '''server'''                   || '''server address''' ||
     257|| planetlab5.clemson.edu         || pl4.myplc.grnoc.iu.edu         || server=10.42.107.72  ||
     258|| pl5.myplc.grnoc.iu.edu         || plnode2.cip.gatech.edu         || server=10.42.107.101 ||
     259|| plnode1.cip.gatech.edu         || pl02.cs.washington.edu         || server=10.42.107.81  ||
     260|| pl01.cs.washington.edu         || planetlab4.clemson.edu         || server=10.42.107.104 ||
     261
     262== One-time prep commands run on each client and server ==
     263
     264{{{
     265sudo yum -y install iperf
     266}}}
     267
     268== Commands run on each server ==
     269
     270{{{
     271server=<ipaddr>
     272nice -n 19 iperf -B $server -p 5107 -s -i 1
     273}}}
     274
     275== Commands run on each client ==
     276
     277{{{
     278server=<ipaddr>
     279nice -n 19 iperf -c $server -p 5107 -t 518400
     280}}}
     281
     282== Results ==
     283
     284Generated with
     285
     286{{{
     287subnet=107
     288for host in $(awk 'NR%2==1' ~/plastic-slices/logins/logins-plastic-$subnet.txt | sed -r -e 's/.+@//') ; do echo -e "$host:\n\n{{{" ; grep -A 5 -B 1 "Client connecting" pgenigpolabbbncom_plastic$subnet\@$host.log ; echo -e "}}}\n" ; done
     289}}}
     290
     291and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     292
     293== Comments ==
     294
     295''(forthcoming)''
     296
     297= plastic-108 =
     298
     299[ggw:PlasticSlices/Experiments#SteadyPerfUDP SteadyPerf UDP], using port=5108, time=518400, rate=8, and this table of client/server pairs:
     300
     301|| '''client'''                   || '''server'''                   || '''server address''' ||
     302|| wings-openflow-3.wail.wisc.edu || of-planet2.stanford.edu        || server=10.42.108.91  ||
     303|| of-planet1.stanford.edu        || pl5.myplc.grnoc.iu.edu         || server=10.42.108.73  ||
     304|| pl4.myplc.grnoc.iu.edu         || wings-openflow-2.wail.wisc.edu || server=10.42.108.95  ||
     305
     306== One-time prep commands run on each client and server ==
     307
     308{{{
     309sudo yum -y install iperf
     310}}}
     311
     312== Commands run on each server ==
     313
     314{{{
     315server=<ipaddr>
     316nice -n 19 iperf -u -B $server -p 5108 -s -i 1
     317}}}
     318
     319== Commands run on each client ==
     320
     321{{{
     322server=<ipaddr>
     323nice -n 19 iperf -u -c $server -p 5108 -t 518400 -b 8M
     324}}}
     325
     326== Results ==
     327
     328Generated with
     329
     330{{{
     331subnet=108
     332for host in $(awk 'NR%2==1' ~/plastic-slices/logins/logins-plastic-$subnet.txt | sed -r -e 's/.+@//') ; do echo -e "$host:\n\n{{{" ; grep -A 10 -B 1 "Client connecting" pgenigpolabbbncom_plastic$subnet\@$host.log ; echo -e "}}}\n" ; done
     333}}}
     334
     335and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     336
     337== Comments ==
     338
     339''(forthcoming)''
     340
     341= plastic-109 =
     342
     343[ggw:PlasticSlices/Experiments#SteadyPerfUDP SteadyPerf UDP], using port=5109, time=518400, rate=4, and this table of client/server pairs:
     344
     345|| '''client'''                   || '''server'''                   || '''server address''' ||
     346|| gardil.gpolab.bbn.com          || pl5.myplc.grnoc.iu.edu         || server=10.42.109.73  ||
     347|| pl4.myplc.grnoc.iu.edu         || pl02.cs.washington.edu         || server=10.42.109.81  ||
     348|| pl01.cs.washington.edu         || planetlab5.clemson.edu         || server=10.42.109.105 ||
     349|| planetlab4.clemson.edu         || of-planet1.stanford.edu        || server=10.42.109.90  ||
     350|| of-planet2.stanford.edu        || wings-openflow-3.wail.wisc.edu || server=10.42.109.96  ||
     351|| wings-openflow-2.wail.wisc.edu || ganel.gpolab.bbn.com           || server=10.42.109.51  ||
     352
     353== One-time prep commands run on each client and server ==
     354
     355{{{
     356sudo yum -y install iperf
     357}}}
     358
     359== Commands run on each server ==
     360
     361{{{
     362server=<ipaddr>
     363nice -n 19 iperf -u -B $server -p 5109 -s -i 1
     364}}}
     365
     366== Commands run on each client ==
     367
     368{{{
     369server=<ipaddr>
     370nice -n 19 iperf -u -c $server -p 5109 -t 518400 -b 4M
     371}}}
     372
     373== Results ==
     374
     375Generated with
     376
     377{{{
     378subnet=109
     379for host in $(awk 'NR%2==1' ~/plastic-slices/logins/logins-plastic-$subnet.txt | sed -r -e 's/.+@//') ; do echo -e "$host:\n\n{{{" ; grep -A 10 -B 1 "Client connecting" pgenigpolabbbncom_plastic$subnet\@$host.log ; echo -e "}}}\n" ; done
     380}}}
     381
     382and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     383
     384== Comments ==
     385
     386''(forthcoming)''
     387
     388= plastic-110 =
     389
     390[ggw:PlasticSlices/Experiments#SteadyPerfTCP SteadyPerf TCP], using port=5110, time=518400, and this table of client/server pairs:
     391
     392|| '''client'''                   || '''server'''                   || '''server address''' ||
     393|| bain.gpolab.bbn.com            || pl01.cs.washington.edu         || server=10.42.110.80  ||
     394|| pl02.cs.washington.edu         || of-planet1.stanford.edu        || server=10.42.110.90  ||
     395|| of-planet2.stanford.edu        || pl4.myplc.grnoc.iu.edu         || server=10.42.110.72  ||
     396|| pl5.myplc.grnoc.iu.edu         || plnode1.cip.gatech.edu         || server=10.42.110.100 ||
     397|| plnode2.cip.gatech.edu         || navis.gpolab.bbn.com           || server=10.42.110.55  ||
     398
     399== One-time prep commands run on each client and server ==
     400
     401{{{
     402sudo yum -y install iperf
     403}}}
     404
     405== Commands run on each server ==
     406
     407{{{
     408server=<ipaddr>
     409nice -n 19 iperf -B $server -p 5110 -s -i 1
     410}}}
     411
     412== Commands run on each client ==
     413
     414{{{
     415server=<ipaddr>
     416nice -n 19 iperf -c $server -p 5110 -t 518400
     417}}}
     418
     419== Results ==
     420
     421Generated with
     422
     423{{{
     424subnet=110
     425for host in $(awk 'NR%2==1' ~/plastic-slices/logins/logins-plastic-$subnet.txt | sed -r -e 's/.+@//') ; do echo -e "$host:\n\n{{{" ; grep -A 5 -B 1 "Client connecting" pgenigpolabbbncom_plastic$subnet\@$host.log ; echo -e "}}}\n" ; done
     426}}}
     427
     428and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     429
     430== Comments ==
     431
     432''(forthcoming)''