Changes between Version 1 and Version 2 of Old/CollectMeasurements
- Timestamp:
- Sep 30, 2005, 5:24:26 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/CollectMeasurements
v1 v2 50 50 Figure 14. Application Code Sample 51 51 52 Because not all measurements are needed and not all measurement samples are needed, '''OML''' supports preprocessing or filtering at source to reduce the amount of reported and recorded data. Filters are defined by experimenter, and experimenter-provided filters are supported. Figure 1 5below illustrates the client-side data flow. Collection of and access to the recorded data requires the use of a database schema. '''OML''' automatically generates the appropriate schema as diagrammed in Figure 16 below.52 Because not all measurements are needed and not all measurement samples are needed, '''OML''' supports preprocessing or filtering at source to reduce the amount of reported and recorded data. Filters are defined by experimenter, and experimenter-provided filters are supported. Figure 1. below illustrates the client-side data flow. Collection of and access to the recorded data requires the use of a database schema. '''OML''' automatically generates the appropriate schema as diagrammed in Figure 16 below. 53 53 54 Figure 15. Client-side Data Flow (see page 66 of [http://www.orbit-lab.org/doc/tutorial]). 54 [[Image(clientsidedataflow.PNG)]] 55 56 Figure 1. Client-side Data Flow. 55 57 56 58 Figure 16. Server-side DB Schema Generation (see page 67 of [http://www.orbit-lab.org/doc/tutorial]).