[ovs-dev] [PATCH] Adding cli for displaying LACP counters

Ben Pfaff blp at ovn.org
Wed Apr 18 23:27:19 UTC 2018


On Wed, Apr 18, 2018 at 11:57:43PM +0530, Nitin Katiyar wrote:
> Currently OVS does not provide any command to display stats for LACP
> without which it is difficult to debug LACP issues. Here we propose
> to display various statistics about LACP PDUs and slave state change.
> 
> Sample output:
> 
> ovs_lacp # ovs-appctl lacp/stats-show
> ---- bond-prv statistics ----
> 
> slave: dpdk0:
>         RX PDUs: 128
>         RX Bad PDUs: 0
>         TX PDUs: 5
>         Link Expired: 2
>         Link Defaulted: 1
>         Carrier Status Changed: 0
> 
> Signed-off-by: Nitin Katiyar <nitin.katiyar at ericsson.com>

Thanks!  I applied this to master.


More information about the dev mailing list