Changes between Version 58 and Version 59 of GEC17Agenda/AdvancedOpenFlow/Procedure/Execute


Ignore:
Timestamp:
03/09/14 21:57:34 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC17Agenda/AdvancedOpenFlow/Procedure/Execute

    v58 v59  
    7373
    7474
    75 === 3.1 Start your experiment with existing configuration ===
     75=== 3.1 Start your experiment ===
    7676   - '''3.1.1''' Start the controller on switch.
    7777   An example OpenFlow Controller that assigns incoming TCP connections to alternating paths '''based on total number of flows''' (round robin) is already downloaded for you. You can find it (load-balancer.rb) in the home directory on node "Switch". [[BR]]
     
    9191     * '''3.1.2.3''' Press the "Start Experiment" button.
    9292
    93    - '''3.1.2''' When your experiment is finished, kill the iperf processes on `outside` and `inside` nodes. On both nodes do:
    94    {{{
    95 ps aux | grep "iperf"
    96 
     93   - '''3.1.2''' When your experiment is finished:
     94     * Kill the controller at the switch node by pressing `Ctrl-c`
     95     * Kill the iperf processes on `outside` and `inside` nodes.
     96      On both nodes do: `ps aux | grep "iperf"`. Output should look like:
     97      {{{
    9798root      4728  0.0  1.1 273368  6044 ?        Ssl  19:13   0:00 /usr/bin/iperf_oml2 -s -p 6001 --oml-config /tmp/51449a37-ab3e-43a3-a872-37931c7785ee-1389294789.xml
    98 
    9999}}}
    100 Execute
    101 {{{
    102 kill -9 <process_id> e.g 4278
     100      Execute `kill -9 <process_id>` for the above case <process_id> would be 4278
    103101}}}
    104102