Re: [Ryu-devel] Measure number of installed flow rules

2015-08-23 Thread Yusuke Iwase
Hi, On 2015年08月23日 07:11, Daniel Herrmann wrote: > I am using Ryu and OVS in my testbed setup. > > As metric I need to measure the number of implemented flow rules per > datapath. > > Is there an easy way to fetch this information on a regular interval, or > is it easier to keep track on this di

[Ryu-devel] Measure number of installed flow rules

2015-08-22 Thread Daniel Herrmann
I am using Ryu and OVS in my testbed setup. As metric I need to measure the number of implemented flow rules per datapath. Is there an easy way to fetch this information on a regular interval, or is it easier to keep track on this directly in Ryu? Thanks and regards Daniel -