Changes between Version 32 and Version 33 of Tutorials/g0WmLTE/Tutorial2


Ignore:
Timestamp:
Jul 11, 2012, 8:53:31 PM (12 years ago)
Author:
jeffrabi
Comment:

Expanded the iperf Section

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial2

    v32 v33  
    107107 * As before, this application is contained in a subdirectory accessed through ''/test/app/''.
    108108
    109 This adds the ''iperf'' application functionality to the group. ''iperf'' is an application which measures connectivity by sending data packets between groups.
     109This adds the ''iperf'' application functionality to the group. ''iperf'' is an application which measures connectivity by sending data packets between groups. To see a complete list of possible parameters and measurements available, examine the source code of the ''iperf'' wrapper applications.
    110110
    111 ''setProperty'' is fairly self-explanatory. It simply configures individual parameters germane to the operation of iperf.
     111The ''iperf'' application contains two types of functions: properties (parameters) and measurements (different data collection tools). Properties simply add various optional and required parameters to the ''iperf'' call. Measurements specify data to be collected by OML, and are the "interesting" part of the experiment.
    112112
    113 Here, ''app.measure'' is interesting because it is only one of the possible measurements that can be taken by the iperf app. For the others, see the ''iperf.rb'' code.
     113''setProperty'' is fairly self-explanatory. It simply configures individual parameters germane to the operation of iperf, as defined in the wrapper application.
     114
     115''app.measure'' collects the data and leverages OML to save them to an external service. A measurement type should be specified to ensure that data is collected properly.
    114116----
    115117== Launch Experiment ==