Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/NFV/Ryu/LoadBalancePIwithRyu


Ignore:
Timestamp:
10/27/16 18:05:01 (7 years ago)
Author:
matta@cs.bu.edu
Comment:

--

Legend:

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

    v4 v5  
    230230 3.     Run iperf server on the destination node:
    231231
    232   - ''' iperf -s '''
     232  - ''' iperf -u -s '''
    233233
    234234
    235235 4.     Now we will generate traffic from the sources (s1 and s2) to the destination node using ''iperf'' and see how it effects the CPU utilization at VNF1 and VNF2 running Snort IDS. Note that if we run multiple instances of ''iperf'', we can generate significant load on the VNF instances. To run ''iperf'' client on a source, execute:
    236236
    237   - ''' iperf -c destination -t 500 & '''
     237  - ''' iperf -u -c destination -t 500 & '''
    238238
    239239{{{