Changes between Version 3 and Version 4 of GENIExperimenter/Tutorials/GENIDesktop/05032016/GENI_Desktop_ssh


Ignore:
Timestamp:
05/03/16 23:14:32 (8 years ago)
Author:
jp_reed@yahoo.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENIDesktop/05032016/GENI_Desktop_ssh

    v3 v4  
    11[[PageOutline]]
    22
    3 Navigation: [wiki:GENIExperimenter/Tutorials/GENIDesktop/05032016#ExercisesTasks Back]
     3[wiki:GENIExperimenter/Tutorials/GENIDesktop/05032016#ExercisesTasks Back to Tutorial]
    44
    55{{{
     
    3636== Generating traffic with iperf ==
    3737
    38  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 in server mode using the command '''iperf -s''' . To run iperf on the source, type '''iperf -t 30 -b 1000M -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 thirty seconds, sending at a rate of one thousand megabits per second. The names of the hosts in your topology can be found in the /etc/hosts.
     38 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 in server mode using the command '''iperf -s''' . To run iperf on the source, type '''iperf -t 30 -b 1000M -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 thirty seconds, sending at a rate of one thousand megabits per second. The names of the hosts in your topology can be found in the /etc/hosts.  You will need to use the '''Command''' module to accomplish this task.
    3939 
    4040
     
    5454----[[br]]
    5555
    56 [wiki:GENIExperimenter/Tutorials/GENIDesktop/05032016#ExercisesTasks Back to GEC23 Tutorial]
     56[wiki:GENIExperimenter/Tutorials/GENIDesktop/05032016#ExercisesTasks Back to Tutorial]