Please don't drop the mailing list, On Thu, 07 May 2015 22:46:20 +0430 "mehran shetabi" <[email protected]> wrote:
> I mean that is there any class, method, command, library, or event manager > in Ryu documentation for measuring instant load of any host that connected > to OVS, and instant load of a controller? There isn't. > I know that there is ofp_event.EventOFPPortStatsReply in Ryu documentation, > but it measures the cumulative load of a port (rx_packets, rx_bytes, > tx_packets, tx_bytes, …) in a switch that connected to the host, but not > to the controller. > > Also, how can I implement master, slave, and equal controllers for a switch > in Mininet and program them with the Ryu which they control the switch for > acting like a simple_switch_13, for example? Try OFPRoleRequests: http://ryu.readthedocs.org/en/latest/ofproto_v1_3_ref.html#role-request-message I don't know if mininet supports multiple controllers though. ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
