Changes between Version 24 and Version 25 of OnTimeMeasureTutorial


Ignore:
Timestamp:
02/16/12 15:24:40 (12 years ago)
Author:
yxu@osc.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OnTimeMeasureTutorial

    v24 v25  
    857857
    858858
    859 If you want to query the new added measurement task (i.e., MemFree in Node 3), you need wait about 5 minutes and invoke the following Gush command:
     859If you want to query the new added measurement task (i.e., !MemFree in Node 3), you need wait about 5 minutes and invoke the following Gush command:
     860{{{
    860861shell "python query.py -f '2012-01-30 18:00:00' -t '2012-02-09 20:00:00' -s node3 -d node3 -m MemFree -r TimeSeries"
    861862}}}
    862863
    863 '''Note:''' You can also access Root Beacon through port 17280 in your web-browser (i.e., http://pc355.emulab.net:17280/) to check the new measurement data generated already in measurement dashboard.
    864864
    865865The output
     
    872872http://155.98.39.36:17280/render?height=300&width=500&from=18%3A00%2001/30/2012&until=20%3A00%2003/09/2012&target=Graphite.node3_node3.MemFree
    873873Downloaded to local folder: /opt/OnTimeMeasure/OnTimeControl/results/20120216201621_MemFree.png
    874 
    875 }}}
    876 
     874}}}
     875
     876'''Note:''' You can also access Root Beacon through port 17280 in your web-browser (i.e., http://pc355.emulab.net:17280/) to check the new measurement data generated already in measurement dashboard.
    877877
    878878=== 7.8 Further Operation ===