Changes between Version 32 and Version 33 of Tutorials/g0WmLTE/Tutorial2
- Timestamp:
- Jul 11, 2012, 8:53:31 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial2
v32 v33 107 107 * As before, this application is contained in a subdirectory accessed through ''/test/app/''. 108 108 109 This adds the ''iperf'' application functionality to the group. ''iperf'' is an application which measures connectivity by sending data packets between groups. 109 This 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. 110 110 111 ''setProperty'' is fairly self-explanatory. It simply configures individual parameters germane to the operation of iperf.111 The ''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. 112 112 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. 114 116 ---- 115 117 == Launch Experiment ==