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


Ignore:
Timestamp:
06/12/12 11:58:22 (12 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/Continuation/Weekly01

    v1 v1  
     1[[PageOutline]]
     2
     3= Continuation Week 01 =
     4
     5This is the first of a set of week-long continuation runs. Some changes from previous continuation rounds:
     6
     7 * We're down to six sites, because MyPLC at Wisconsin is no longer available.
     8 * We're now using all six sites in all ten slices, balanced to have traffic flowing somewhat evenly between each pair of sites.
     9 * The SteadyPerf UDP slices are now running at different rates: 2, 3, 4, and 5 Mb/sec per hostpair, so approximately 12, 18, 24, and 30 Mb/sec total in those four slices.
     10
     11The raw logs are at http://www.gpolab.bbn.com/plastic-slices/continuation/weekly-01/.
     12
     13= plastic-101 =
     14
     15[ggw:PlasticSlices/Experiments#SteadyPing SteadyPing], using interval=.005, and this table of client/server pairs:
     16
     17|| '''client'''                   || '''server'''                   || '''server address''' ||
     18|| ganel.gpolab.bbn.com           || planetlab5.clemson.edu         || server=10.42.101.105 ||
     19|| planetlab4.clemson.edu         || pl02.cs.washington.edu         || server=10.42.101.81  ||
     20|| plnode1.cip.gatech.edu         || of-planet2.stanford.edu        || server=10.42.101.91  ||
     21|| pl4.myplc.grnoc.iu.edu         || plnode2.cip.gatech.edu         || server=10.42.101.101 ||
     22|| of-planet1.stanford.edu        || gardil.gpolab.bbn.com          || server=10.42.101.52  ||
     23|| pl01.cs.washington.edu         || pl5.myplc.grnoc.iu.edu         || server=10.42.101.73  ||
     24
     25== Commands run on each client ==
     26
     27{{{
     28server=<ipaddr>
     29sudo ping -q -i .005 -s $((1500-8-20)) $server
     30}}}
     31
     32== Results ==
     33
     34Generated from the logs with
     35
     36{{{
     37subnet=101
     38for 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
     39}}}
     40
     41== Comments ==
     42
     43''(forthcoming)''
     44
     45= plastic-102 =
     46
     47[ggw:PlasticSlices/Experiments#SteadyPing SteadyPing], using interval=.005, and this table of client/server pairs:
     48
     49|| '''client'''                   || '''server'''                   || '''server address''' ||
     50|| ganel.gpolab.bbn.com           || plnode2.cip.gatech.edu         || server=10.42.102.101 ||
     51|| planetlab5.clemson.edu         || gardil.gpolab.bbn.com          || server=10.42.102.52  ||
     52|| plnode1.cip.gatech.edu         || pl01.cs.washington.edu         || server=10.42.102.80  ||
     53|| pl5.myplc.grnoc.iu.edu         || of-planet2.stanford.edu        || server=10.42.102.91  ||
     54|| of-planet1.stanford.edu        || pl4.myplc.grnoc.iu.edu         || server=10.42.102.72  ||
     55|| pl02.cs.washington.edu         || planetlab4.clemson.edu         || server=10.42.102.104 ||
     56
     57== Commands run on each client ==
     58
     59{{{
     60server=<ipaddr>
     61sudo ping -q -i .005 -s $((1500-8-20)) $server
     62}}}
     63
     64== Results ==
     65
     66Generated from the logs with
     67
     68{{{
     69subnet=102
     70for 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
     71}}}
     72
     73== Comments ==
     74
     75''(forthcoming)''
     76
     77= plastic-103 =
     78
     79[ggw:PlasticSlices/Experiments#SteadyPerfTCP SteadyPerf TCP], using port=5103, time=518400, and this table of client/server pairs:
     80
     81|| '''client'''                   || '''server'''                   || '''server address''' ||
     82|| gardil.gpolab.bbn.com          || plnode1.cip.gatech.edu         || server=10.42.103.100 ||
     83|| planetlab4.clemson.edu         || ganel.gpolab.bbn.com           || server=10.42.103.51  ||
     84|| plnode2.cip.gatech.edu         || pl02.cs.washington.edu         || server=10.42.103.81  ||
     85|| pl4.myplc.grnoc.iu.edu         || of-planet1.stanford.edu        || server=10.42.103.90  ||
     86|| of-planet2.stanford.edu        || pl5.myplc.grnoc.iu.edu         || server=10.42.103.73  ||
     87|| pl01.cs.washington.edu         || planetlab5.clemson.edu         || server=10.42.103.105 ||
     88
     89== Commands run on each server ==
     90
     91{{{
     92server=<ipaddr>
     93nice -n 19 iperf -B $server -p 5103 -s -i 1 -w 1m
     94}}}
     95
     96== Commands run on each client ==
     97
     98{{{
     99server=<ipaddr>
     100nice -n 19 iperf -c $server -p 5103 -t 518400 -w 1m
     101}}}
     102
     103== Results ==
     104
     105Generated with
     106
     107{{{
     108subnet=103
     109for 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
     110}}}
     111
     112and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     113
     114== Comments ==
     115
     116''(forthcoming)''
     117
     118= plastic-104 =
     119
     120[ggw:PlasticSlices/Experiments#SteadyPerfTCP SteadyPerf TCP], using port=5104, time=518400, and this table of client/server pairs:
     121
     122|| '''client'''                   || '''server'''                   || '''server address''' ||
     123|| ganel.gpolab.bbn.com           || pl01.cs.washington.edu         || server=10.42.104.80  ||
     124|| planetlab4.clemson.edu         || of-planet2.stanford.edu        || server=10.42.104.91  ||
     125|| plnode2.cip.gatech.edu         || pl4.myplc.grnoc.iu.edu         || server=10.42.104.72  ||
     126|| pl5.myplc.grnoc.iu.edu         || planetlab5.clemson.edu         || server=10.42.104.105 ||
     127|| of-planet1.stanford.edu        || plnode1.cip.gatech.edu         || server=10.42.104.100 ||
     128|| pl02.cs.washington.edu         || gardil.gpolab.bbn.com          || server=10.42.104.52  ||
     129
     130== Commands run on each server ==
     131
     132{{{
     133server=<ipaddr>
     134nice -n 19 iperf -B $server -p 5104 -s -i 1 -w 1m
     135}}}
     136
     137== Commands run on each client ==
     138
     139{{{
     140server=<ipaddr>
     141nice -n 19 iperf -c $server -p 5104 -t 518400 -w 1m
     142}}}
     143
     144== Results ==
     145
     146Generated with
     147
     148{{{
     149subnet=104
     150for 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
     151}}}
     152
     153and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     154
     155== Comments ==
     156
     157''(forthcoming)''
     158
     159= plastic-105 =
     160
     161[ggw:PlasticSlices/Experiments#SteadyPerfTCP SteadyPerf TCP], using port=5105, time=518400, and this table of client/server pairs:
     162
     163|| '''client'''                   || '''server'''                   || '''server address''' ||
     164|| ganel.gpolab.bbn.com           || pl4.myplc.grnoc.iu.edu         || server=10.42.105.72  ||
     165|| planetlab4.clemson.edu         || plnode2.cip.gatech.edu         || server=10.42.105.101 ||
     166|| plnode1.cip.gatech.edu         || gardil.gpolab.bbn.com          || server=10.42.105.52  ||
     167|| pl5.myplc.grnoc.iu.edu         || pl01.cs.washington.edu         || server=10.42.105.80  ||
     168|| of-planet2.stanford.edu        || planetlab5.clemson.edu         || server=10.42.105.105 ||
     169|| pl02.cs.washington.edu         || of-planet1.stanford.edu        || server=10.42.105.90  ||
     170
     171== Commands run on each server ==
     172
     173{{{
     174server=<ipaddr>
     175nice -n 19 iperf -B $server -p 5105 -s -i 1 -w 1m
     176}}}
     177
     178== Commands run on each client ==
     179
     180{{{
     181server=<ipaddr>
     182nice -n 19 iperf -c $server -p 5105 -t 518400 -w 1m
     183}}}
     184
     185== Results ==
     186
     187Generated with
     188
     189{{{
     190subnet=105
     191for 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
     192}}}
     193
     194and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     195
     196== Comments ==
     197
     198''(forthcoming)''
     199
     200= plastic-106 =
     201
     202[ggw:PlasticSlices/Experiments#SteadyPerfTCP SteadyPerf TCP], using port=5106, time=518400, and this table of client/server pairs:
     203
     204|| '''client'''                   || '''server'''                   || '''server address''' ||
     205|| ganel.gpolab.bbn.com           || of-planet2.stanford.edu        || server=10.42.106.91  ||
     206|| planetlab5.clemson.edu         || pl5.myplc.grnoc.iu.edu         || server=10.42.106.73  ||
     207|| plnode2.cip.gatech.edu         || planetlab4.clemson.edu         || server=10.42.106.104 ||
     208|| pl4.myplc.grnoc.iu.edu         || gardil.gpolab.bbn.com          || server=10.42.106.52  ||
     209|| of-planet1.stanford.edu        || pl01.cs.washington.edu         || server=10.42.106.80  ||
     210|| pl02.cs.washington.edu         || plnode1.cip.gatech.edu         || server=10.42.106.100 ||
     211
     212== Commands run on each server ==
     213
     214{{{
     215server=<ipaddr>
     216nice -n 19 iperf -B $server -p 5106 -s -i 1 -w 1m
     217}}}
     218
     219== Commands run on each client ==
     220
     221{{{
     222server=<ipaddr>
     223nice -n 19 iperf -c $server -p 5106 -t 518400 -w 1m
     224}}}
     225
     226== Results ==
     227
     228Generated with
     229
     230{{{
     231subnet=106
     232for 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
     233}}}
     234
     235and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     236
     237== Comments ==
     238
     239''(forthcoming)''
     240
     241= plastic-107 =
     242
     243[ggw:PlasticSlices/Experiments#SteadyPerfUDP SteadyPerf UDP], using port=5107, time=518400, rate=2, and this table of client/server pairs:
     244
     245|| '''client'''                   || '''server'''                   || '''server address''' ||
     246|| gardil.gpolab.bbn.com          || of-planet1.stanford.edu        || server=10.42.107.90  ||
     247|| planetlab4.clemson.edu         || pl4.myplc.grnoc.iu.edu         || server=10.42.107.72  ||
     248|| plnode1.cip.gatech.edu         || planetlab5.clemson.edu         || server=10.42.107.105 ||
     249|| pl5.myplc.grnoc.iu.edu         || ganel.gpolab.bbn.com           || server=10.42.107.51  ||
     250|| of-planet2.stanford.edu        || pl02.cs.washington.edu         || server=10.42.107.81  ||
     251|| pl01.cs.washington.edu         || plnode2.cip.gatech.edu         || server=10.42.107.101 ||
     252
     253== Commands run on each server ==
     254
     255{{{
     256server=<ipaddr>
     257nice -n 19 iperf -u -B $server -p 5107 -s -i 1
     258}}}
     259
     260== Commands run on each client ==
     261
     262{{{
     263server=<ipaddr>
     264nice -n 19 iperf -u -c $server -p 5107 -t 518400 -b 2M
     265}}}
     266
     267== Results ==
     268
     269Generated with
     270
     271{{{
     272subnet=107
     273for 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 10 -B 1 "Client connecting" pgenigpolabbbncom_plastic$subnet\@$host.log ; echo -e "}}}\n" ; done
     274}}}
     275
     276and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     277
     278== Comments ==
     279
     280''(forthcoming)''
     281
     282= plastic-108 =
     283
     284[ggw:PlasticSlices/Experiments#SteadyPerfUDP SteadyPerf UDP], using port=5108, time=518400, rate=3, and this table of client/server pairs:
     285
     286|| '''client'''                   || '''server'''                   || '''server address''' ||
     287|| gardil.gpolab.bbn.com          || pl5.myplc.grnoc.iu.edu         || server=10.42.108.73  ||
     288|| planetlab5.clemson.edu         || plnode1.cip.gatech.edu         || server=10.42.108.100 ||
     289|| plnode2.cip.gatech.edu         || ganel.gpolab.bbn.com           || server=10.42.108.51  ||
     290|| pl4.myplc.grnoc.iu.edu         || pl02.cs.washington.edu         || server=10.42.108.81  ||
     291|| of-planet1.stanford.edu        || planetlab4.clemson.edu         || server=10.42.108.104 ||
     292|| pl01.cs.washington.edu         || of-planet2.stanford.edu        || server=10.42.108.91  ||
     293
     294== Commands run on each server ==
     295
     296{{{
     297server=<ipaddr>
     298nice -n 19 iperf -u -B $server -p 5108 -s -i 1
     299}}}
     300
     301== Commands run on each client ==
     302
     303{{{
     304server=<ipaddr>
     305nice -n 19 iperf -u -c $server -p 5108 -t 518400 -b 3M
     306}}}
     307
     308== Results ==
     309
     310Generated with
     311
     312{{{
     313subnet=108
     314for 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 10 -B 1 "Client connecting" pgenigpolabbbncom_plastic$subnet\@$host.log ; echo -e "}}}\n" ; done
     315}}}
     316
     317and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     318
     319== Comments ==
     320
     321''(forthcoming)''
     322
     323= plastic-109 =
     324
     325[ggw:PlasticSlices/Experiments#SteadyPerfUDP SteadyPerf UDP], using port=5109, time=518400, rate=4, and this table of client/server pairs:
     326
     327|| '''client'''                   || '''server'''                   || '''server address''' ||
     328|| gardil.gpolab.bbn.com          || pl02.cs.washington.edu         || server=10.42.109.81  ||
     329|| planetlab5.clemson.edu         || of-planet1.stanford.edu        || server=10.42.109.90  ||
     330|| plnode1.cip.gatech.edu         || pl5.myplc.grnoc.iu.edu         || server=10.42.109.73  ||
     331|| pl4.myplc.grnoc.iu.edu         || planetlab4.clemson.edu         || server=10.42.109.104 ||
     332|| of-planet2.stanford.edu        || plnode2.cip.gatech.edu         || server=10.42.109.101 ||
     333|| pl01.cs.washington.edu         || ganel.gpolab.bbn.com           || server=10.42.109.51  ||
     334
     335== Commands run on each server ==
     336
     337{{{
     338server=<ipaddr>
     339nice -n 19 iperf -u -B $server -p 5109 -s -i 1
     340}}}
     341
     342== Commands run on each client ==
     343
     344{{{
     345server=<ipaddr>
     346nice -n 19 iperf -u -c $server -p 5109 -t 518400 -b 4M
     347}}}
     348
     349== Results ==
     350
     351Generated with
     352
     353{{{
     354subnet=109
     355for 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 10 -B 1 "Client connecting" pgenigpolabbbncom_plastic$subnet\@$host.log ; echo -e "}}}\n" ; done
     356}}}
     357
     358and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     359
     360== Comments ==
     361
     362''(forthcoming)''
     363
     364= plastic-110 =
     365
     366[ggw:PlasticSlices/Experiments#SteadyPerfUDP SteadyPerf UDP], using port=5110, time=518400, rate=5, and this table of client/server pairs:
     367
     368|| '''client'''                   || '''server'''                   || '''server address''' ||
     369|| gardil.gpolab.bbn.com          || plnode1.cip.gatech.edu         || server=10.42.110.100 ||
     370|| planetlab5.clemson.edu         || ganel.gpolab.bbn.com           || server=10.42.110.51  ||
     371|| plnode2.cip.gatech.edu         || pl01.cs.washington.edu         || server=10.42.110.80  ||
     372|| pl5.myplc.grnoc.iu.edu         || of-planet1.stanford.edu        || server=10.42.110.90  ||
     373|| of-planet2.stanford.edu        || pl4.myplc.grnoc.iu.edu         || server=10.42.110.72  ||
     374|| pl02.cs.washington.edu         || planetlab4.clemson.edu         || server=10.42.110.104 ||
     375
     376== Commands run on each server ==
     377
     378{{{
     379server=<ipaddr>
     380nice -n 19 iperf -u -B $server -p 5110 -s -i 1
     381}}}
     382
     383== Commands run on each client ==
     384
     385{{{
     386server=<ipaddr>
     387nice -n 19 iperf -u -c $server -p 5110 -t 518400 -b 5M
     388}}}
     389
     390== Results ==
     391
     392Generated with
     393
     394{{{
     395subnet=110
     396for 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 10 -B 1 "Client connecting" pgenigpolabbbncom_plastic$subnet\@$host.log ; echo -e "}}}\n" ; done
     397}}}
     398
     399and then edited slightly to remove artifacts (like control characters, my prompt, etc).
     400
     401== Comments ==
     402
     403''(forthcoming)''