| 1 | {{{ |
| 2 | <?xml version="1.0" encoding="UTF-8"?> |
| 3 | <orbit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 4 | <application id="orbit_winlab_iperf"> |
| 5 | <name>iperf</name> |
| 6 | <id>iperf</id> |
| 7 | <version major="0" minor="1" revision="0"/> |
| 8 | <organization> |
| 9 | <name>WINLAB, Rutgers University</name> |
| 10 | <url>http://www.winlab.rutgers.edu/</url> |
| 11 | </organization> |
| 12 | <shortDescription>Receive network traffic</shortDescription> |
| 13 | <description> |
| 14 | Receive network traffic on the specified interface |
| 15 | </description> |
| 16 | <url>http://apps.orbit-lab.org/otr</url> |
| 17 | <properties> |
| 18 | <property> |
| 19 | <name>network_interface</name> |
| 20 | <mnemonic>i</mnemonic> |
| 21 | <type>xsd:string</type> |
| 22 | <dynamic>no</dynamic> |
| 23 | <description>Device name for sending network tra |
| 24 | ffic</description> |
| 25 | </property> |
| 26 | <property> |
| 27 | <name>pipe name</name> |
| 28 | <mnemonic>p</mnemonic> |
| 29 | <type>xsd:string</type> |
| 30 | <dynamic>no</dynamic> |
| 31 | <description>interface for changing generator properties</description> |
| 32 | </property> |
| 33 | </properties> |
| 34 | <measurement-points> |
| 35 | <measurement-point id="receiverport"> |
| 36 | <metric id="flow_no" type="int"> |
| 37 | <description>id of the flow</description> |
| 38 | </metric> |
| 39 | <metric id="throughput" type="float"> |
| 40 | <description> Flow Throughput</description> |
| 41 | </metric> |
| 42 | <metric id="jitter" type="float"> |
| 43 | <description>Flow jitter</description> |
| 44 | </metric> |
| 45 | <metric id="packet_loss" type="float"/> |
| 46 | <description>Flow Packet loss</description> |
| 47 | </measurement-point> |
| 48 | </measurement-points> |
| 49 | <issueTrackingUrl> |
| 50 | http://apps.orbit-lab.org/issues/winlab/iperf |
| 51 | </issueTrackingUrl> |
| 52 | <repository> |
| 53 | <development>scm:cvs:pserver:anoncvs@cvs.orbit-lab.org:/trafficgenerator/iperf</development> |
| 54 | <binary>apt:repository.orbit-lab.org/orbit/binary:???</binary> |
| 55 | </repository> |
| 56 | <mailingLists/> |
| 57 | <developers> |
| 58 | <developer> |
| 59 | <name>John Doe</name> |
| 60 | <id>jdoe</id> |
| 61 | <email>jdoe@winlab.rutgers.edu</email> |
| 62 | <organization> |
| 63 | <name>WINLAB, Rutgers University</name> |
| 64 | </organization> |
| 65 | </developer> |
| 66 | </developers> |
| 67 | <dependencies> |
| 68 | <dependency> |
| 69 | <id>libmac</id> |
| 70 | <version>>= 0.4</version> |
| 71 | <url>apt:repository.orbit-lab.org/debian/binary:libmac</url> |
| 72 | </dependency> |
| 73 | </dependencies> |
| 74 | </application> |
| 75 | </orbit> |
| 76 | }}} |