Changes between Version 9 and Version 10 of OTM-Gush


Ignore:
Timestamp:
02/10/12 14:06:28 (12 years ago)
Author:
yxu@osc.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OTM-Gush

    v9 v10  
    11= User Manual for !OnTime Control using Gush =
    2 '''Prasad Calyam, Alex Berryman, Kunpeng Zhu'''[[BR]]
     2'''Prasad Calyam, Alex Berryman, Kunpeng Zhu, Yingxiao Xu'''[[BR]]
    33'''April 08, 2011'''
    44
     
    302302gush> run
    303303}}}
     304
     305
     306== 6. Integrate Custom Metric of Experiment with !OnTimeMeasure ==
     307
     308[attachment:OnTimeControl-add_metric.xml OnTimeControl-add_metric.xml] integrate custom metric of experiment with !OnTimeMeasure.
     309
     310You should prepare a metric specification file (Specs.yaml) and a parser file (Parser.pm).
     311
     312A sample can be downloaded from http://ontime.oar.net/INSTALL/metric/CPU.tgz
     313
     314{{{
     315[berryman@gushcontroller gush]$ ./gush -P 15888
     316gush> connect pl2.ucs.indiana.edu:15888
     317Connecting to host ohiostate_OTMGUSH@pl2.ucs.indiana.edu:15888.
     318ohiostate_OTMGUSH@pl2.ucs.indiana.edu:15888 has joined the mesh.
     319
     320gush> load OnTimeControl-add_metric.xml
     321Project "OnTimeControl" is selected.
     322Experiment "OnTimeControl-add-metric" is selected.
     323
     324gush> run
     325}}}