Changes between Version 7 and Version 8 of PlasticSlices/BaselineEvaluation


Ignore:
Timestamp:
05/18/11 13:45:05 (13 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/BaselineEvaluation

    v7 v8  
    9292=== plastic-101 ===
    9393
    94 [PlasticSlices/Experiments#GigaPing GigaPing], using count=140000, and this table:
     94[PlasticSlices/Experiments#GigaPing GigaPing], using count=140000, and this table of client/server pairs:
    9595
    9696|| '''client'''                   || '''server'''                   || '''server address''' ||
     
    110110=== plastic-102 ===
    111111
    112 [PlasticSlices/Experiments#GigaPing GigaPing], using count=140000, and this table:
     112[PlasticSlices/Experiments#GigaPing GigaPing], using count=140000, and this table of client/server pairs:
    113113
    114114|| '''client'''                   || '''server'''                   || '''server address''' ||
     
    128128=== plastic-103 ===
    129129
    130 [PlasticSlices/Experiments#GigaPerfTCP GigaPerf TCP], using this table:
     130[PlasticSlices/Experiments#GigaPerfTCP GigaPerf TCP], using port=5103, size=100000000, and this table of client/server pairs:
    131131
    132132|| '''client'''                   || '''server'''                   || '''server address''' ||
    133133|| of-planet1.stanford.edu        || navis.gpolab.bbn.com           || server=10.42.103.55  ||
    134134
     135One-time prep to run on each server:
     136
     137{{{
     138sudo yum -y install iperf
     139}}}
     140
     141Commands to run on each server:
     142
     143{{{
     144server=<ipaddr>
     145nice -n 19 iperf -B $server -p 5103 -s -i 1
     146}}}
     147
     148Commands to run on each client:
     149
     150{{{
     151nice -n 19 iperf -c $server -p 5103 -n 1000M
     152}}}
     153
    135154=== plastic-104 ===
    136155
    137 [PlasticSlices/Experiments#GigaPerfUDP GigaPerf UDP], using this table:
    138 
    139 || '''client'''                   || '''server'''                   || '''server address''' ||
    140 || ganel.gpolab.bbn.com           || planetlab4.clemson.edu         || server=10.42.104.104 ||
     156[PlasticSlices/Experiments#GigaPerfUDP GigaPerf UDP], using port=5104, size=1000, rate=100, and this table of client/server pairs:
     157
     158|| '''client'''                   || '''server'''                   || '''server address''' ||
     159|| planetlab4.clemson.edu         || ganel.gpolab.bbn.com           || server=10.42.104.51 ||
     160
     161One-time prep to run on each server:
     162
     163{{{
     164sudo yum -y install iperf
     165}}}
     166
     167Commands to run on each server:
     168
     169{{{
     170server=<ipaddr>
     171nice -n 19 iperf -u -B $server -p 5104 -s -i 1
     172}}}
     173
     174Commands to run on each client:
     175
     176{{{
     177server=<ipaddr>
     178nice -n 19 iperf -u -c $server -p 5104 -n 1000M -b 100M
     179}}}
    141180
    142181=== plastic-105 ===
    143182
    144 [PlasticSlices/Experiments#GigaPerfTCP GigaPerf TCP], using this table:
     183[PlasticSlices/Experiments#GigaPerfTCP GigaPerf TCP], using port=5105, size=100000000, and this table of client/server pairs:
    145184
    146185|| '''client'''                   || '''server'''                   || '''server address''' ||
    147186|| wings-openflow-2.wail.wisc.edu || gardil.gpolab.bbn.com          || server=10.42.105.52  ||
    148187
     188One-time prep to run on each server:
     189
     190{{{
     191sudo yum -y install iperf
     192}}}
     193
     194Commands to run on each server:
     195
     196{{{
     197server=<ipaddr>
     198nice -n 19 iperf -B $server -p 5103 -s -i 1
     199}}}
     200
     201Commands to run on each client:
     202
     203{{{
     204nice -n 19 iperf -c $server -p 5103 -n 1000M
     205}}}
     206
    149207=== plastic-106 ===
    150208
    151 [PlasticSlices/Experiments#GigaPerfUDP GigaPerf UDP], using this table:
     209[PlasticSlices/Experiments#GigaPerfUDP GigaPerf UDP], using port=5106, size=1000, rate=100, and this table of client/server pairs:
    152210
    153211|| '''client'''                   || '''server'''                   || '''server address''' ||
    154212|| sardis.gpolab.bbn.com          || wings-openflow-3.wail.wisc.edu || server=10.42.106.96  ||
    155213
     214One-time prep to run on each server:
     215
     216{{{
     217sudo yum -y install iperf
     218}}}
     219
     220Commands to run on each server:
     221
     222{{{
     223server=<ipaddr>
     224nice -n 19 iperf -u -B $server -p 5104 -s -i 1
     225}}}
     226
     227Commands to run on each client:
     228
     229{{{
     230server=<ipaddr>
     231nice -n 19 iperf -u -c $server -p 5104 -n 1000M -b 100M
     232}}}
     233
    156234=== plastic-107 ===
    157235
    158 [PlasticSlices/Experiments#GigaWeb GigaWeb], using count=118, port=4107, file=substrate.doc, md5sum=d4fcf71833327fbfef98be09deef8bfb, and this table:
     236[PlasticSlices/Experiments#GigaWeb GigaWeb], using count=118, port=4107, file=substrate.doc, md5sum=d4fcf71833327fbfef98be09deef8bfb, and this table of client/server pairs:
    159237
    160238|| '''client'''                   || '''server'''                   || '''server address''' ||
     
    216294=== plastic-108 ===
    217295
    218 [PlasticSlices/Experiments#GigaWeb GigaWeb], using count=118, port=4108, file=substrate.doc, md5sum=d4fcf71833327fbfef98be09deef8bfb, and this table:
     296[PlasticSlices/Experiments#GigaWeb GigaWeb], using count=118, port=4108, file=substrate.doc, md5sum=d4fcf71833327fbfef98be09deef8bfb, and this table of client/server pairs:
    219297
    220298|| '''client'''                   || '''server'''                   || '''server address''' ||
     
    276354=== plastic-109 ===
    277355
    278 [PlasticSlices/Experiments#GigaNetcat GigaNetcat], using count=118, port=6109, file=substrate.doc, and this table:
     356[PlasticSlices/Experiments#GigaNetcat GigaNetcat], using count=118, port=6109, file=substrate.doc, and this table of client/server pairs:
    279357
    280358|| '''client'''                   || '''server'''                   || '''server address''' ||
     
    321399=== plastic-110 ===
    322400
    323 [PlasticSlices/Experiments#GigaNetcat GigaNetcat], using count=118, port=6110, file=substrate.doc, and this table:
     401[PlasticSlices/Experiments#GigaNetcat GigaNetcat], using count=118, port=6110, file=substrate.doc, and this table of client/server pairs:
    324402
    325403|| '''client'''                   || '''server'''                   || '''server address''' ||
     
    490568Due: 2011-06-27
    491569Summary Description: Define additional July baselines.
    492 
    493 
    494 
    495