Changes between Version 2 and Version 3 of Software/eAM/hResult
- Timestamp:
- Sep 11, 2014, 6:46:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/eAM/hResult
v2 v3 1 [[TOC(Software/bAM/*, depth= 3)]]1 [[TOC(Software/bAM/*, depth=2)]] 2 2 3 3 == Result Aggregate Manager == … … 5 5 The Result aggregate manager service group provides experimenter access to ML server databases. 6 6 7 === getSchema === 7 8 ''' getSchema ''' 8 9 9 10 {{{ … … 18 19 }}} 19 20 20 === listTables === 21 ''' listTables ''' 21 22 22 23 Service that lists tables in the experiment with given experiment ID. … … 33 34 }}} 34 35 35 === querryDatabase === 36 ''' querryDatabase ''' 36 37 37 38 {{{ … … 52 53 }}} 53 54 54 === dumpDatabase === 55 ''' dumpDatabase ''' 55 56 {{{ 56 57 <service name="dumpDatabase"><info>Dump the complete database holding the measurement results for a given experiment</info> … … 63 64 }}} 64 65 66 ---- 67 68 ''' Notes ''' 69 70 The result service lives on the console of the domain you are running an experiment on. This console can be directly queried for experiment results. The data sets the results service provides must to be specified via OEDL ruby language extension in the experiment script. More information on OEDL can be found [http://omf.mytestbed.net/projects/omf6/wiki/OEDLOMF6 here] 71 72 ---- 73 74 ''' Installation and Configuration ''' 75 76 The Result service is packaged in the ''omf-aggmgr-result-5.4'' package. It can be installed form the package repository with 77 78 {{{ 79 apt-get install omf-aggmgr-result-5.4 80 }}} 81 82 Instructions on how to add the Orbit software repository to your list of apt-sources can be found here. 83 84 Once installed the service is configured by TODO.