Changes between Version 11 and Version 12 of Internal/OpenFlow/Notes


Ignore:
Timestamp:
Aug 5, 2009, 2:16:44 AM (15 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/Notes

    v11 v12  
    174174the 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. 
    175175
    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>`
     176BWM-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>`
    179179
    180180Three tests were done:
    181181 * 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
    183184 * controller active, virtual switch connected to LAN (WINLAB network)
    184185 
     
    25125255351   172.16.100.10     20:54:07
    252253...
     254
     255from a later experiment
     256
     25755080   172.16.100.10     22:12:53
     25855079   172.16.100.10     22:13:08
     259
     260actually consistent with bwm-ng logs
     261
    253262}}}
    254263