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


Ignore:
Timestamp:
05/27/13 21:27:14 (11 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/Continuation/Standing002

    v1 v1  
     1[[PageOutline]]
     2
     3= Standing Run 002 =
     4
     5This was the second of a series of standing runs, of indefinite length, for as long as the composition of the slices remained consistent. We're thus no longer writing up results or comments on this page; we expect to create some visualization tools for the raw log data, but haven't yet.
     6
     7The hostpair tables below use SSH aliases (from my ~/.ssh/config file); I didn't stash an ssh_config fragment defining those aliases this time.
     8
     9This run uses Zoing to manage the experments; it launches hour-long runs out of cron, logging each experiment to a separate file.
     10
     11The raw logs are at http://www.gpolab.bbn.com/plastic-slices/continuation/standing-002/, and span a somewhat sporadic period from 2013-04-24 through 2013-05-27.
     12
     13During this period, we were testing a variety of automated tools to configure and manage the experiments and the hosts within them, thus the somewhat sporadic results. We also began the process of switching the slice names from plastic-N to psN, but only converted ps103 and ps104 before deciding to wrap this up and start a new run with everything converted. The hostpairs tables below are accurate for the end of the run, but not for the beginning.
     14
     15Everything below this point was automatically generated by the script that manages the other aspects of the slice configuration.
     16
     17= ps103 =
     18
     19[ggw:PlasticSlices/Experiments#SteadyPerfTCP SteadyPerf TCP], using port=5103, time=3300, and this table of source/destination pairs:
     20
     21|| '''source''' || '''destination''' ||
     22|| bbn-eg-ps103-a || kettering-ig-ps103-b ||
     23|| indiana-myplc-ps103-a || northwestern-ig-ps103-b ||
     24|| kentucky-ig-ps103-a || bbn-eg-ps103-b ||
     25|| kettering-ig-ps103-a || renci-eg-ps103-b ||
     26|| northwestern-ig-ps103-a || indiana-myplc-ps103-b ||
     27|| renci-eg-ps103-a || utah-pg-ps103-b ||
     28|| utah-pg-ps103-a || kentucky-ig-ps103-b ||
     29
     30== Commands run on each destination ==
     31
     32{{{
     33nice -n 19 iperf -B $ZOING_DST -p 5103 -s -i 1 -w 1m
     34}}}
     35
     36== Commands run on each source ==
     37
     38{{{
     39nice -n 19 iperf -c $ZOING_DST -p 5103 -t 3300 -w 1m
     40}}}
     41
     42= ps104 =
     43
     44[ggw:PlasticSlices/Experiments#SteadyPerfTCP SteadyPerf TCP], using port=5104, time=3300, and this table of source/destination pairs:
     45
     46|| '''source''' || '''destination''' ||
     47|| bbn-eg-ps104-a || utah-pg-ps104-b ||
     48|| indiana-myplc-ps104-a || kettering-ig-ps104-b ||
     49|| kentucky-ig-ps104-a || northwestern-ig-ps104-b ||
     50|| kettering-ig-ps104-a || kentucky-ig-ps104-b ||
     51|| northwestern-ig-ps104-a || renci-eg-ps104-b ||
     52|| renci-eg-ps104-a || indiana-myplc-ps104-b ||
     53|| utah-pg-ps104-a || bbn-eg-ps104-b ||
     54
     55== Commands run on each destination ==
     56
     57{{{
     58nice -n 19 iperf -B $ZOING_DST -p 5104 -s -i 1 -w 1m
     59}}}
     60
     61== Commands run on each source ==
     62
     63{{{
     64nice -n 19 iperf -c $ZOING_DST -p 5104 -t 3300 -w 1m
     65}}}