Changes between Version 1 and Version 2 of GENIExperimenter/Tutorials/GENI_Desktop_and_GEMINI_ssh/ExecuteExperiment


Ignore:
Timestamp:
06/23/13 01:20:39 (11 years ago)
Author:
griff@netlab.uky.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENI_Desktop_and_GEMINI_ssh/ExecuteExperiment

    v1 v2  
    2121== Generating traffic with iperf ==
    2222
    23 The iperf program can be used to generate traffic. Iperf needs to be run on both the source and destination node. Iperf should first be started at the destination using the command "iperf -s." To run iperf on the source, type "iperf -t 60 -b 100M -c -destination." This will tell iperf to generate traffic for sixty seconds, setting it at a rate of one hundred megabits per second. The names of the hosts in your topology can be found in the /etc/hosts.
     23The iperf program can be used to generate traffic. Iperf needs to be run on both the source and destination node. Iperf should first be started at the destination in server mode using the command "iperf -s." To run iperf on the source, type "iperf -t 60 -b 100M -c destination" where destination is the IP address (or name) of the node where the iperf server is running. This will tell iperf to generate traffic for sixty seconds, setting it at a rate of one hundred megabits per second. The names of the hosts in your topology can be found in the /etc/hosts.
    2424 
    2525