Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp/Execute


Ignore:
Timestamp:
08/13/14 11:54:29 (10 years ago)
Author:
xliu@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp/Execute

    v1 v1  
     1[[PageOutline]]
     2
     3'''[wiki:GENIExperimenter/Tutorials/SystematicExprCaseStudy#ATutorialonSystematicExperimentalDesign A Tutorial on Systematic Experimental Design]'''
     4
     5'''[wiki:GENIExperimenter/Tutorials/SystematicExprCaseStudy/InstallSoftware Step I: Single Node]'''
     6
     7'''[wiki:GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo Step II: Small Topology]'''
     8
     9'''[wiki:GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp Step III: Scaling Up]'''
     10
     11
     12
     13{{{
     14#!html
     15
     16<div style="text-align:center; width:495px; margin-left:auto; margin-right:auto;">
     17<img id="Image-Maps_5201305222028436" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Execute.jpg?format=raw" usemap="#Image-Maps_5201305222028436" border="0" width="495" height="138" alt="" />
     18<map id="_Image-Maps_5201305222028436" name="Image-Maps_5201305222028436">
     19<area shape="rect" coords="18,18,135,110" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp/DesignSetup" alt="" title=""    />
     20<area shape="rect" coords="180,18,297,111" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp/Execute" alt="" title=""    />
     21<area shape="rect" coords="344,17,460,110" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp/Finish" alt="" title=""    />
     22<area shape="rect" coords="493,136,495,138" href="http://www.image-maps.com/index.php?aff=mapped_users_5201305222028436" alt="Image Map" title="Image Map" />
     23</map>
     24<!-- Image map text links - End - -->
     25
     26</div>
     27}}}
     28
     29
     30= 3.  End-to-End Validation =
     31
     32The RSpec file ''4node-stitching.rspec'' is modified from ''4node-final.rspec'' created in Step II, so all software has been installed to the slivers already. Open two terminals, and login to the client and server, respectively.
     33
     34Run ping and traceroute from the client to the server
     35
     36{{{
     37xuanliu@client:~$ ping 192.168.20.10
     38PING 192.168.20.10 (192.168.20.10) 56(84) bytes of data.
     3964 bytes from 192.168.20.10: icmp_req=1 ttl=61 time=151 ms
     4064 bytes from 192.168.20.10: icmp_req=2 ttl=61 time=75.8 ms
     4164 bytes from 192.168.20.10: icmp_req=3 ttl=61 time=75.7 ms
     4264 bytes from 192.168.20.10: icmp_req=4 ttl=61 time=75.9 ms
     43^C
     44--- 192.168.20.10 ping statistics ---
     454 packets transmitted, 4 received, 0% packet loss, time 3004ms
     46rtt min/avg/max/mdev = 75.733/94.731/151.416/32.728 ms
     47xuanliu@client:~$ traceroute 192.168.20.10
     48traceroute to 192.168.20.10 (192.168.20.10), 30 hops max, 60 byte packets
     49 1  router-1-lan0 (192.168.10.10)  0.583 ms  0.595 ms  0.561 ms
     50 2  router-2-stitched0 (192.168.1.2)  38.909 ms  38.902 ms  38.865 ms
     51 3  192.168.2.2 (192.168.2.2)  75.354 ms  75.341 ms  75.301 ms
     52 4  192.168.20.10 (192.168.20.10)  75.501 ms  75.473 ms  75.432 ms
     53xuanliu@client:~$
     54}}}
     55
     56From the traceroute result, we found that the delay between the client and router-1, the delay between router-3 and the server were very small (about 0.5ms), this is because the end host and the associated router are from the same aggregate. However, the delay between router-1 and router-2 was about 38ms, and this reflected the delay between the aggregate located at Wisconsin and the aggregate located at New York City, and this shows the delay for the stitched link.
     57
     58
     59'''[wiki:GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp/DesignSetup Scaling Up: Design/Setup]'''
     60
     61'''[wiki:GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp/Finish Scaling Up: Finish]'''