Changes between Version 28 and Version 29 of GENIExperimenter/Tutorials/GettingStarted_PartI/Procedure/Execute


Ignore:
Timestamp:
01/16/14 16:00:26 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GettingStarted_PartI/Procedure/Execute

    v28 v29  
    116116{{{
    117117    sudo yum install iperf
     118    rehash
    118119}}}
    119120
    120121    b. Start an `iperf` server on the server node:
    121122{{{
    122     /usr/bin/iperf -s
     123    iperf -s
    123124}}}
    124125    c. Run an `iperf` client via the data plane:
    125126{{{
    126     /usr/bin/iperf -c <server data IP addr>
    127 }}}
    128        For example:
    129 {{{
    130     /usr/bin/iperf -c 10.1.1.2
     127    iperf -c <server data IP addr>
     128}}}
     129       For example:
     130{{{
     131    iperf -c 10.1.1.2
    131132}}}
    132133''What is the bandwidth of this link?''
     
    135136    d. Run an `iperf` client via the control plane:
    136137{{{
    137 /usr/bin/iperf -c <server control IP addr>
    138 }}}
    139        For example:
    140 {{{
    141 /usr/bin/iperf -c 172.17.2.2
     138iperf -c <server control IP addr>
     139}}}
     140       For example:
     141{{{
     142iperf -c 172.17.2.2
    142143}}}
    143144''What is the bandwidth of this link?''