Also, if you use OpenFlow then instead of using ovs-ofctl you can query OVS for the flow stats via OFPT_STATS_REQUEST.
Aaron On Thu, Apr 5, 2012 at 10:43 PM, Justin Pettit <[email protected]> wrote: > No, you can't get the stats remotely from ovs-dpctl. You can use > ovs-ofctl, but it will only give you stats for the flows that you've > defined. ovs-ofctl can work remotely, as described in the man page. > > If you just want visibility into the traffic flowing through your switch, > you may want to look at the built in NetFlow or sFlow support. > > --Justin > > > On Apr 5, 2012, at 5:22 PM, Masoud Moshref Javadi wrote: > > > I want the statistics of the flows matched by an openvswitch switch. > "ovs-dpctl dump-flows br0" gives these results for recent flows. > > - Can I get run it remotely from a controller machine? > > - Is there any better solution to get per-flow statistics not just 5-sec > recent ones? > > > > Thanks in advance > > > > -- > > Masoud Moshref Javadi > > Computer Engineering PhD Student > > Ming Hsieh Department of Electrical Engineering > > University of Southern California > > > > _______________________________________________ > > discuss mailing list > > [email protected] > > http://openvswitch.org/mailman/listinfo/discuss > > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss > -- Aaron O. Rosen Masters Student - Network Communication 306B Fluor Daniel
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
