On Apr 6, 2013, at 11:13 AM, udita gangwal wrote: > I want to obtain the individual flow entries from the OVS and display them on > the NOX console. How can I do this?
By sending a flow_stats request and handling the response. > What does the monitor module do in NOX? It's described (briefly) on the NOX wiki: https://github.com/noxrepo/nox-classic/wiki/Monitoring It periodically sends stats requests. You can probably either use it or base your own flow stats query code on it. -- Murphy
