Changes between Version 11 and Version 12 of Internal/OpenFlow/Notes
- Timestamp:
- Aug 5, 2009, 2:16:44 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/Notes
v11 v12 174 174 the tool can output logs as a csv, which can be parsed with some more practice-Ruby code. Hopefully will get Scruffy or something working so the data can be graphed. 175 175 176 BWM-NG was installed on SB9 with command `apt-get install bwm-ng`. `bwm-ng --help` gives you all the options you have. For csv output of tests for all eth1 interfaces at 500msec intervals:177 178 `bwm-ng -I eth1,eth1.27,eth1.28,eth1.100 -o csv - F <file-name>`176 BWM-NG was installed on SB9 with command `apt-get install bwm-ng`. `bwm-ng --help` gives you all the options you have. For csv output of tests for all eth1 interfaces at 1sec intervals: 177 178 `bwm-ng -I eth1,eth1.27,eth1.28,eth1.100 -o csv -t 1000 -F <file-name>` 179 179 180 180 Three tests were done: 181 181 * nothing connected, no controller active 182 * controller active, then activate 2 nodes, ping one from the other with 65500 bit payload 182 * controller active 183 * activate 2 nodes, ping one from the other with 65500 bit payload 183 184 * controller active, virtual switch connected to LAN (WINLAB network) 184 185 … … 251 252 55351 172.16.100.10 20:54:07 252 253 ... 254 255 from a later experiment 256 257 55080 172.16.100.10 22:12:53 258 55079 172.16.100.10 22:13:08 259 260 actually consistent with bwm-ng logs 261 253 262 }}} 254 263