Changes between Version 7 and Version 8 of GeniTmixCalibTutorial


Ignore:
Timestamp:
06/19/14 13:12:51 (10 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniTmixCalibTutorial

    v7 v8  
    2222
    2323== C Run Tmix  Script ==
    24 The image loaded on the nodes has the tmix tools already installed and in your path.  Each time the system boots, a kernel module is automatically inserted to assist in simulating the packet delays.  Issue the following command to run a Tmix setup script
     241.  The image loaded on the nodes has the tmix tools already installed and in your path.  Each time the system boots, a kernel module is automatically inserted to assist in simulating the packet delays.  Issue the following command to run a Tmix setup script
    2525{{{
    2626sudo /local/tmix-script.sh
    2727}}}
    2828
    29 Now, list the contents of your home directory.
     292.  Now, list the contents of your home directory.
    3030{{{
    3131ls
    3232}}}
    33 You should see a tmix.conf file, which contains the configuration for a tmix experiment.  Open the file with an editor such as vim, emacs, or nano, and browse its contents.  These are various settings that control a tmix experiment. At the end of the file
     33You should see a tmix.conf file, which contains the configuration for a tmix experiment.  Open the file with an editor such as vim, emacs, or nano, and browse its contents.  These are various settings that control a tmix experiment. At the end of the file notice the Crecv_Trace and Cinit_Trace lines.  These are the only lines you will need to change as we run our calibration experiments. 
     34
     353.  List the contents of the tmix data directory by typing the following:
     36{{{
     37ls /opt/tmix-1.2/data
     38}}}
     39Each file with the .tcvec extension contains connection vectors (or c-vecs).  The connection vectors list attributes of a set of connections that are a part of the network traffic we wish to emulate.  There is a separate file for the connect
     40
     414.  Whe
    3442Tmix relies upon a pre-determined start time to synchronize tmix on the two nodes.  On both nodes run the following command to determine the time and date:
    3543{{{