Re: [Ryu-devel] Unable to display BGPSpeaker routes/details using show_vrf, show_rib, show_neighbor

2018-01-18 Thread Iwase Yusuke
Hi Hadem, *How can i call my "neighbor_get()"function after the update messages are received from the neighbor?. can we use any event to achieve this or any other ways?.* Originally, when do you need to call "neighbor_get()" function? Every after the update message received? Periodically per

Re: [Ryu-devel] Method to measure control message bandwidth

2018-01-18 Thread Iwase Yusuke
Hi Shen, It seems to be outside of the OpenFlow protocol and Ryu framework... It is matter of the OS statistics or Python library. For example, "psutil" provides the network statistic monitoring per interface or socket connection. I guess the per connection statistics which using the OpenFlow po

Re: [Ryu-devel] Method to measure control message bandwidth

2018-01-18 Thread Yiwen Shen
I see, thank you. On Thu, Jan 18, 2018 at 11:24 PM, Iwase Yusuke wrote: > Hi Shen, > > It seems to be outside of the OpenFlow protocol and Ryu framework... > > It is matter of the OS statistics or Python library. > For example, "psutil" provides the network statistic monitoring per > interface o