Changes between Version 1 and Version 2 of Old/OtherApps/IPerf
- Timestamp:
- Oct 8, 2005, 6:02:28 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/OtherApps/IPerf
v1 v2 1 [wiki:WikiStart Orbit] > [wiki: OtherApps Other Applications] > Integrating Iperf with ORBIT1 [wiki:WikiStart Orbit] > [wiki:Documentation/OtherApps Other Applications] > Integrating Iperf with ORBIT 2 2 3 3 {{{ 4 4 #!rst 5 ======== 6 FAQ 7 ======== 5 ================== 6 Iperf Integration 7 ================== 8 8 9 9 This document covers the general details of integrating sample applications with the ORBIT tesbed setup. A specific example (Iperf) is chosen as a candidate application and the steps are described in the document. The readers are referred to the ORBIT architecture document for the individual software component details. … … 42 42 The application definition file for Iperf is defined to capture the outputs that the program reports. This file is later used to auto-generate OML library and headers for this application. The following application definition file has been written for Iperf (using a subset of command line inputs) 43 43 44 [wiki: OtherApps/Iperf/IperfAppDefXML Iperf Application Definition Schema]44 [wiki:Documentation/OtherApps/Iperf/IperfAppDefXML Iperf Application Definition Schema] 45 45 46 46 Verify that the XML file is syntactically correct by correct by checking if it opens correctly in an XML enabled browser (IE or Mozilla) … … 107 107 Iperf Sender 108 108 -------------- 109 [wiki: OtherApps/Iperf/IperfSender Iperf Sender Application Script]109 [wiki:Documentation/OtherApps/Iperf/IperfSender Iperf Sender Application Script] 110 110 111 111 112 112 Iperf Receiver 113 113 ----------------- 114 [wiki: OtherApps/Iperf/IperfReceiver Iperf Receiver Application Script]114 [wiki:Documentation/OtherApps/Iperf/IperfReceiver Iperf Receiver Application Script] 115 115 116 116 … … 121 121 Iperf UDP Sender 122 122 ------------------ 123 [wiki: OtherApps/Iperf/IperfUDPSender Iperf UDP Sender Prototype Script]123 [wiki:Documentation/OtherApps/Iperf/IperfUDPSender Iperf UDP Sender Prototype Script] 124 124 125 125 Iperf UDP Receiver 126 126 -------------------- 127 [wiki: OtherApps/Iperf/IperfUDPReceiver Iperf UDP Receiver Prototype Script]127 [wiki:Documentation/OtherApps/Iperf/IperfUDPReceiver Iperf UDP Receiver Prototype Script] 128 128 129 129 130 130 Iperf TCP Sender 131 131 ------------------ 132 [wiki: OtherApps/Iperf/IperfTCPSender Iperf TCP Sender Prototype Script]132 [wiki:Documentation/OtherApps/Iperf/IperfTCPSender Iperf TCP Sender Prototype Script] 133 133 134 134 Iperf TCP Receiver 135 135 -------------------- 136 [wiki: OtherApps/Iperf/IperfTCPReceiver Iperf TCP Receiver Prototype Script]136 [wiki:Documentation/OtherApps/Iperf/IperfTCPReceiver Iperf TCP Receiver Prototype Script] 137 137 138 138 Write experiment script using the previously defined application and prototype definitions … … 142 142 Experiment Script 143 143 ------------------- 144 [wiki: OtherApps/Iperf/ExperimentScript Experiment Script]144 [wiki:Documentation/OtherApps/Iperf/ExperimentScript Experiment Script] 145 145 146 146 Parameters and statistics supported