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


Ignore:
Timestamp:
08/14/12 09:38:44 (12 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/Continuation/Weekly03

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