Changes between Version 8 and Version 9 of Old/OtherApps/IPerf


Ignore:
Timestamp:
Feb 14, 2007, 4:51:09 PM (17 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/OtherApps/IPerf

    v8 v9  
    1111To summarize, nodeHandler is the experiment controller software that is used to choreograph the experiment. It is used to power on, initialize interfaces, launch the applications simultaneously on the nodes involved in the experiment, as well as create databases consistent with the measurements for that particular experiment.
    1212
    13 OML (ORBIT Measurement Library) is used to collect measurements at run-time from the nodes. It consists of an OML-client on the nodes and the collection server on the experiment controller machine that is used to collect the measurements sent by the clients and insert into appropriate columns of the database.
     13OML (ORBIT Measurement Library) is used to collect measurements at run-time from the nodes. It consists of an OML-client on the nodes and the collection server on the experiment controller machine that is used to collect the measurements sent by the clients and insert into appropriate columns of the database. Integrating a new application with this setup mainly consists of the following steps.
    1414
    15 Integrating a new application with this setup mainly consists of the following steps
     15Please note that these are details not needed if you just want to use the application. These are meant to cover how Iperf was integrated with nodehandler and OML framework. In order to simply use the application the following needs to be done
    1616
    1717
     
    2222-----
    2323
     24I want to use Iperf without knowing the following details
     25==========================================================
     26Simply check out Iperf from the SVN repository
    2427
     28svn co http://svn.orbit-lab.org/svn/orbit/iperf/tags/rel-1.0.0   iperf
     29
     30Run ./configure;make;
    2531
    2632