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 directly in Ryu?
How about using OFPAggregateStats? flow_count field in OFPAggregateStatsReply indicates the number of implemented flows. http://ryu.readthedocs.org/en/latest/ofproto_v1_3_ref.html#ryu.ofproto.ofproto_v1_3_parser.OFPAggregateStatsRequest Thanks, Iwase > > Thanks and regards > Daniel > > ------------------------------------------------------------------------------ > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
