Changes between Version 11 and Version 12 of Tutorials/m0SDN/aHowTo


Ignore:
Timestamp:
Aug 20, 2009, 3:59:37 PM (15 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/aHowTo

    v11 v12  
    102102./nox-core -v -i ptcp:6633
    103103}}}
    104 In the !OpenFlow reference system, a log of the verbose output can be saved by appending `--log-file [filename]`. The resulting log can for example, be used to visualize the verbosity of the controller - here, the log was parsed using Ruby, and plotted in MATLAB:
    105 
    106 
    107    
     104In the !OpenFlow reference system, a log of the verbose output can be saved by appending `--log-file [filename]`.   
    108105
    109106=== the Wireshark plugin ===
     
    126123and on the client:
    127124{{{
    128 iperf -c <server ip address>
     125iperf -c 192.168.x.y
    129126}}}
    130 
    131 iperf, however, cannot take real-time bandwidth measurements. Real-time bandwidth use can be monitored using BWM-ng.
     127192.168.x.y is the IP address block associated with the !OpenFlow VLAN. When setting the node IP addresses (i.e. using ifconfig), x.y should be made unique to each node. A caveat is that iperf cannot take real-time bandwidth measurements. Real-time bandwidth use can be monitored using BWM-ng.
    132128
    133129=== BWM-ng ===