| 857 | |
| 858 | |
| 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: |
| 860 | shell "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" |
| 861 | }}} |
| 862 | |
| 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. |
| 864 | |
| 865 | The output |
| 866 | {{{ |
| 867 | gush> shell "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" |
| 868 | gush> xyx@root.otc2.emulab-net.emulab.net:61600,31595: http://155.98.39.36:17290/20120216201621_MemFree.txt |
| 869 | Downloaded to local folder: /opt/OnTimeMeasure/OnTimeControl/results/20120216201621_MemFree.txt |
| 870 | |
| 871 | |
| 872 | http://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 |
| 873 | Downloaded to local folder: /opt/OnTimeMeasure/OnTimeControl/results/20120216201621_MemFree.png |
| 874 | |
| 875 | }}} |