Changes between Version 8 and Version 9 of GENIEducation/ShufengCheatingSheet


Ignore:
Timestamp:
07/05/13 09:21:34 (11 years ago)
Author:
shuang@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/ShufengCheatingSheet

    v8 v9  
    55 - To find ppl: http://groups.geni.net/syseng/wiki/ContactInfo#CurrentGPOpeople
    66 - New Experiment Tutorial Template: http://groups.geni.net/geni/wiki/GENIEducation/SampleAssignments/Template/ExerciseLayout
     7
     8== ExoGENI ==
     9 - Support multiple lines of `execute` in the rspec file for one node?
     10 -
     11
     12== About trace-oml2 ==
     13run trace-oml2 using the following command:
     14{{{
     15sudo trace-oml2 -i eth2 --oml-id eNodeB --oml-domain shufeng-t38-2013-07-03T17-03-28-04-00 --oml-collect tcp:emmy9.casa.umass.edu:3004
     16or use a configuration file:
     17sudo trace-oml2 -i eth2 --oml-config OpenFlowTutorial.eNodeB.xml
     18The xml file can be something like the following:
     19<omlc id="switch_left" encoding="binary">
     20  <collect url="tcp:emmy9.casa.umass.edu:3004"name="traffic">
     21    <stream mp="ip" interval="1">
     22      <filter field="ip_len" operation="sum" rename="throughput" />
     23    </stream>
     24  </collect>
     25</omlc>
     26}}}
     27
     28== Postgresql ==
     29!LabWiki uses Postgresql to store experimental data for in the OMF/OML system.
     30{{{
     31psql -h locahost -U oml -d shufeng-t38-2013-07-03T17-03-28-04-00(your experiment name)       -> to log into the database corresponding to your experiment
     32\dt       -> show all tables in that database
     33connect shufeng-t38-2013-07-03T17-03-28-04-00         -> connect to another database
     34}}}
    735
    836== All about !LabWiki ==
     
    1341Client side log file: [[BR]]
    1442/var/log/omf-resctl.log
     43
     44To plot multiple graphs on LabWiki? [[BR]]
     45Simply define more graphs using `defGraph`. The defProperty('graph', true, "Display graph or not") will control whether or not to display all defined graphs.
    1546
    1647== Traffic Control ==