Re: [ovs-discuss] Commands for checking counters

2013-12-02 Thread Zhou, Han
Hi Ben, This is clear, thanks pointing out! Best regards, Han On Tuesday, December 03, 2013 12:51 PM, Ben Pfaff wrote: > On Tue, Dec 03, 2013 at 03:38:40AM +, Zhou, Han wrote: > > > It's in the manpage, also in "ovs-appctl help". > > We are using OVS2.0 so didn't noticed it. We will upgrade

Re: [ovs-discuss] Commands for checking counters

2013-12-02 Thread Ben Pfaff
On Tue, Dec 03, 2013 at 03:38:40AM +, Zhou, Han wrote: > > It's in the manpage, also in "ovs-appctl help". > We are using OVS2.0 so didn't noticed it. We will upgrade to latest later on. > But even in OVS official webpage it is still not there yet: > http://openvswitch.org/cgi-bin/ovsman.cgi?pa

Re: [ovs-discuss] Commands for checking counters

2013-12-02 Thread Zhou, Han
Hi Ben, > It's in the manpage, also in "ovs-appctl help". We are using OVS2.0 so didn't noticed it. We will upgrade to latest later on. But even in OVS official webpage it is still not there yet: http://openvswitch.org/cgi-bin/ovsman.cgi?page=utilities%2Fovs-appctl.8 Best regards, Han ___

Re: [ovs-discuss] Commands for checking counters

2013-12-02 Thread Ben Pfaff
On Mon, Dec 02, 2013 at 09:18:15AM +, Zhou, Han wrote: > I just got the answer from a previous commit comment: > > # ovs-appctl coverage/show > > Suggest to put it to --help. It's in the manpage, also in "ovs-appctl help". ___ discuss mailing list

Re: [ovs-discuss] Commands for checking counters

2013-12-02 Thread Zhou, Han
Hi, I just got the answer from a previous commit comment: # ovs-appctl coverage/show Suggest to put it to --help. Best regards, Han ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Commands for checking counters

2013-12-01 Thread Zhou, Han
Hi, There are counters defined by macro COVERAGE_DEFINE, e.g.: COVERAGE_DEFINE(upcall_queue_overflow); Is there a command or any tricks to check the value of the counters? I used gdb attaching to running thread to check it, but it would be highly appreciated if someone could help point out the co