hi, > Hi, I have a question of ryu topology > > > 1.After the ryu get the topology information(including the > ports,links,switches etc.) ,how does it store them and how can I read them? > I read the code of switchs.py(ryu/topology/switches.py). And I didn't find > how to store them.
it's just kept in-memery. > > > > > 2.The gui_topology (ryu/app/gui_topology). Where does it get the topology > information? although i'm not familiar with it, iirc it uses websocket to communicate with ryu.app.ws_topology, which is basically a proxy for ryu.topology.switches. YAMAMOTO Takashi > > > Very thanks for your help! ------------------------------------------------------------------------------ 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
