Changes between Version 2 and Version 3 of GEC16Agenda/WiMAX-Tutorial/Streamload/02


Ignore:
Timestamp:
03/17/13 20:30:20 (11 years ago)
Author:
Fraida Fund
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/WiMAX-Tutorial/Streamload/02

    v2 v3  
    22
    33== Instrumenting with OML ==
    4 After verifying that the simple streamload client works as expected, the experimenter uses the [https://pypi.python.org/pypi/oml4py/ oml4py] library to instrument the script. The experimenter set up three ''measurement points'' (database tables)  in the script:
     4After verifying that the simple streamload client works as expected, the experimenter followed the instructions given on the [https://pypi.python.org/pypi/oml4py/ oml4py] library homepage to instrument the script. The experimenter set up three ''measurement points'' (database tables)  in the script:
    55
    66 * ''conf'' - at initialization, the client reports its own configuration settings
     
    172172}}}
    173173
     174[[br]]
     175
     176> Note: In addition to the [https://pypi.python.org/pypi/oml4py/ oml4py] module for Python, there is also the [http://rubydoc.info/gems/oml4r/ oml4r] gem for instrumenting Python applications, and a C library for C/C++ applications. There is also a [http://mytestbed.net/projects/oml/wiki/Description_of_Text_protocol text protocol] which can be used with any language.
     177
     178[[br]]
     179
    174180'''[wiki:GEC16Agenda/WiMAX-Tutorial/Streamload/03 Next]'''