[ovs-git] [openvswitch/ovs] 49b9ca: lacp: New command "lacp/show-stats" fordisplaying ...

GitHub noreply at github.com
Wed Apr 18 23:27:17 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 49b9cad34e8a122e4b2997f0a1a1707f5997737e
      https://github.com/openvswitch/ovs/commit/49b9cad34e8a122e4b2997f0a1a1707f5997737e
  Author: Nitin Katiyar <nitin.katiyar at ericsson.com>
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
    M AUTHORS.rst
    M NEWS
    M lib/lacp.c
    M vswitchd/ovs-vswitchd.8.in

  Log Message:
  -----------
  lacp: New command "lacp/show-stats" fordisplaying LACP counters.

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>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list