Changes between Version 8 and Version 9 of Old/OtherApps/IPerf
- Timestamp:
- Feb 14, 2007, 4:51:09 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/OtherApps/IPerf
v8 v9 11 11 To 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. 12 12 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. 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. Integrating a new application with this setup mainly consists of the following steps. 14 14 15 Integrating a new application with this setup mainly consists of the following steps 15 Please 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 16 16 17 17 … … 22 22 ----- 23 23 24 I want to use Iperf without knowing the following details 25 ========================================================== 26 Simply check out Iperf from the SVN repository 24 27 28 svn co http://svn.orbit-lab.org/svn/orbit/iperf/tags/rel-1.0.0 iperf 29 30 Run ./configure;make; 25 31 26 32