Changes between Version 6 and Version 7 of Tutorials/oMF/tut2


Ignore:
Timestamp:
Oct 15, 2014, 7:02:09 PM (10 years ago)
Author:
parishad
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/oMF/tut2

    v6 v7  
    225225}}}
    226226
    227 As seen above, the configuration also covers the set up of OML measurement points that we will use to track and visualize the forwarding performance of MFRs.
     227As seen above, the OMl enabled monitor will work with the MobilityFirst router that we enable us to track and visualize the forwarding performance of MFRs.
    228228
    229229==== Running the Benchmark Application ====
    230230
    231 The following snippet shows how the exercise runs the mfperf application and also changes the block size dynamically
     231The following snippet shows how the exercise runs. As indicated above first we will run mfping between the hosts as described in exercise 1:
     232[[CollapsibleStart(If not coming from the previous exercise follow these instructions to run mfping)]]
     233Once the host and router components are up, you can log in to the sender (host identified by GUID 101) and receiver (host identified by GUID 102) host nodes (two separate terminals) and run the 'mfping' application.
     234
     235Run the mfping 'server' specifying the application GUID:
     236
     237{{{
     238#!sh
     239mfping -s -m 102 -o 101
     240}}}
     241
     242where "-s" specifies that the host is running as server, "-m" specifies the source guid and "-o" the destination one
     243
     244To run the mfping 'client'
     245
     246{{{
     247#!sh
     248mfping -c -m 101 -o 102 -n 10
     249}}}
     250
     251Where "-c" specifies the client is running and "-n" specifies the number of pings between the two nodes.
     252If successfully executed, the client will display some information similar to the following snippet
     253
     254{{{
     255#!sh
     256
     257root@node1-1:~# mfping -c -m 101 -o 102 -n 10
     25864 bytes received: seq_n=0, time=25.1470 msec
     25964 bytes received: seq_n=1, time=23.7070 msec
     26064 bytes received: seq_n=2, time=20.0559 msec
     26164 bytes received: seq_n=3, time=24.0371 msec
     26264 bytes received: seq_n=4, time=23.1831 msec
     26364 bytes received: seq_n=5, time=20.3069 msec
     26464 bytes received: seq_n=6, time=24.1379 msec
     26564 bytes received: seq_n=7, time=19.6230 msec
     26664 bytes received: seq_n=8, time=20.3931 msec
     26764 bytes received: seq_n=9, time=20.2239 msec
     268}}}
     269
     270[[CollapsibleEnd]]
     271
    232272
    233273==== Visualizing the Performance Data ====