Changes between Version 11 and Version 12 of Tutorials/m0SDN/aHowTo
- Timestamp:
- Aug 20, 2009, 3:59:37 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/m0SDN/aHowTo
v11 v12 102 102 ./nox-core -v -i ptcp:6633 103 103 }}} 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 104 In the !OpenFlow reference system, a log of the verbose output can be saved by appending `--log-file [filename]`. 108 105 109 106 === the Wireshark plugin === … … 126 123 and on the client: 127 124 {{{ 128 iperf -c <server ip address>125 iperf -c 192.168.x.y 129 126 }}} 130 131 iperf, however, cannot take real-time bandwidth measurements. Real-time bandwidth use can be monitored using BWM-ng. 127 192.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. 132 128 133 129 === BWM-ng ===