Changes between Version 9 and Version 10 of Software/dOML/z3OML/FAQ
- Timestamp:
- Feb 8, 2006, 10:19:25 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/dOML/z3OML/FAQ
v9 v10 4 4 == 1) Demystifying the addMeasurement method == 5 5 '''addMeasurement in Application definition''' : 6 Application definition is created by the application developer. The application developer chooses what measurements will be generated by the application, how they will be grouped and what name to give to the measurement group. An experimenter has no control over this. This is the "WHAT" of measurement collection. The application writer decides what measurementswill be generated by the application.6 Application definition is created by the application developer. The application developer chooses what measurements(metrics) will be generated by the application, how they will be grouped and what name to give to the measurement group. An experimenter has no control over this. This is the ''"WHAT"'' of measurement collection since the application writer decides ''what'' measurements (metrics) will be generated by the application. 7 7 8 8 In the example for OTG application definition found here : … … 20 20 21 21 '''addMeasurement in Prototype definition''' : 22 As an experimenter you read what me asurements are available to you in a particular application. The application definition has the comprehensive list of measurement groups and the metrics listed within each group.23 The experimenter controls which me asurements to use in the experiment and how to process them or filter them, via a prototype. He or she can use one of the predefined prototypes or create their own. Think of the prototypes as the "Avatars" that you define to control the "HOW" of measurement collection i.e. HOWoften the measurements will be aggregated and which of them you are interested in and how you want to filter them.22 As an experimenter you read what metrics are available to you in a particular application. The application definition has the comprehensive list of measurement groups and the metrics listed within each group. 23 The experimenter controls which metrics to use in the experiment and how to process them or filter them, via a prototype. He or she can use one of the predefined prototypes or create their own. Think of the prototypes as the "Avatars" that you define to control the ''"HOW"'' of measurement collection i.e. ''HOW'' often the measurements will be aggregated and which of them you are interested in and how you want to filter them. 24 24 25 25 So if you look at a sample prototype like sender.rb which uses the otg application :