Changes between Version 8 and Version 9 of GENIExperimenter/Tutorials/NFV/Ryu/LoadBalancePIwithRyu


Ignore:
Timestamp:
05/17/17 15:26:01 (7 years ago)
Author:
matta@cs.bu.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/NFV/Ryu/LoadBalancePIwithRyu

    v8 v9  
    269269==  (5) Real Time Graphs ==
    270270
    271  You can draw real-time CPU usage graphs for both VNF1 and VNF2 nodes. A Python script is provided to produce these real-time graphs. The script periodically retrieves the CPU usage file from the Controller node and plots the graph for it.
     271On any Linux machine (including MAC OS), you can draw real-time CPU usage graphs for both VNF1 and VNF2 nodes. A Python script is provided to produce these real-time graphs. The script periodically retrieves the CPU usage file from the Controller node and plots the graph for it.
    272272
    273273 1.     Download the python script ''!RealTimeGraph.py'' to your laptop using the following link.
     
    283283{{{
    284284#!html
    285     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="background:#c0c0c0; font-size: 9pt"><b> python RealTimeGraph.py -n &lt;username&gt;@&lt;controller IP address&gt -k &lt;Path to GENI key&gt;   ; <br></b> </span>
     285    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="background:#c0c0c0; font-size: 9pt"><b> python RealTimeGraph.py -n &lt;username&gt;@&lt;controller IP address&gt -k &lt;Path to your ssh key&gt;   ; <br></b> </span>
    286286   
    287287}}}
    288288
    289  Change '''''<username>''''' to your user name,  '''''<controller IP address>''''' to the IP address of the controller and '''''<Path to GENI key>''''' is the path to GENI key that you use to log into GENI nodes. 
     289 Change '''''<username>''''' to your user name,  '''''<controller IP address>''''' to the IP address of the controller and '''''<Path to your ssh key>''''' is the path to your ssh key that you use to log into GENI nodes. 
    290290 3.     You should see real-time CPU graphs as shown below:
    291291