Changes between Version 9 and Version 10 of Tutorials/oMF/tut2


Ignore:
Timestamp:
Oct 15, 2014, 9:22:16 PM (10 years ago)
Author:
wontoniii
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/oMF/tut2

    v9 v10  
    194194The entire script is available as part of the tutorial package as orbit/tutorial/scripts/exercise2.rb
    195195
    196 The key extensions over previous script are briefly discussed below:
     196The key extensions over previous script are briefly discussed below.
    197197
    198198==== Setting up the 'OML enabled Monitor on Routers Application' ====
     
    225225}}}
    226226
    227 As seen above, the OMl enabled monitor will work with the MobilityFirst router that will enable us to track and visualize the forwarding performance of MFRs.
     227As seen above, the OML enabled monitor will work with the MobilityFirst router that will enable us to track and visualize the forwarding performance of MFRs. In order report statistics to the OML server, the monitor periodically queries the monitor through the control port (''ctrl_port'' in our script)
    228228
    229229==== Running the Benchmark Application ====
     230
     231To generate the traffic that will be reported by the routers, we will use the same ''mfping'' application as in the previous exercise.
     232
     233First of all, you will need to start the experiment via the OMF script. Download the script to the orbit console:
     234
     235{{{
     236#!sh
     237    wget www.winlab.rutgers.edu/~bronzino/downlaods/exercise2.rb
     238}}}
     239
     240Once the file has been downloaded, execute it with the following command:
     241
     242{{{
     243#!sh
     244    omf exec exercise2.rb
     245}}}
    230246
    231247The following snippet shows how the exercise runs. As indicated above first we will run mfping between the hosts as described in exercise 1: