Changes between Version 7 and Version 8 of GENIExperimenter/Tutorials/GENIDesktop/GEC23/GENI_Desktop_ssh


Ignore:
Timestamp:
06/11/15 22:09:16 (9 years ago)
Author:
Hussamuddin Nasir
Comment:

--

Legend:

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

    v7 v8  
    2727
    2828 === Passive Graphs ===
    29     This provides you an enhanced view of the graphs with control over pausing the live view, zoom in/zoom out, viewing data points and setting alerts when a user specified min/max values is observed. To view traffic with this view, Select the node or nodes in the topology for which you would like to see graphs. Then click on the '''Passive Graphs''' Button from modules list in the top lefthand corner of the page. Like the ssh box, you can iconify or deiconify the graph selection box by clicking on the task bar.
     29  This provides you an enhanced view of the graphs with control over pausing the live view, zoom in/zoom out, viewing data points and setting alerts when a user specified min/max values is observed. To view traffic with this view, Select the node or nodes in the topology for which you would like to see graphs. Then click on the '''Passive Graphs''' Button from modules list in the top lefthand corner of the page. Like the ssh box, you can iconify or deiconify the graph selection box by clicking on the task bar.
    3030
    3131== Generating traffic with iperf ==
    3232
    33 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.
     33 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.
    3434 
    3535