]> git.proxmox.com Git - mirror_ovs.git/commit
dpctl: Add new 'ct-bkts' command.
authorAntonio Fischetti <antonio.fischetti@intel.com>
Wed, 2 Aug 2017 03:12:03 +0000 (20:12 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 2 Aug 2017 17:18:55 +0000 (10:18 -0700)
commitded30c74b1e57af84416cdf6c5babd66b1f48ee6
tree8cb8adf3c3320a4c743bc9fa6aa188f8bea61a8e
parent324459a39d17559d1adcb42b9d141b0288a75127
dpctl: Add new 'ct-bkts' command.

With the command:
 ovs-appctl dpctl/ct-bkts
shows the number of connections per bucket.

By using a threshold:
 ovs-appctl dpctl/ct-bkts gt=N
for each bucket shows the number of connections when they
are greater than N.

Signed-off-by: Antonio Fischetti <antonio.fischetti@intel.com>
Signed-off-by: Bhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>
Co-authored-by: Bhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>
Signed-off-by: Darrell Ball <dlu998@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
13 files changed:
lib/conntrack.c
lib/conntrack.h
lib/ct-dpif.c
lib/ct-dpif.h
lib/dpctl.c
lib/dpctl.man
lib/dpif-netdev.c
lib/dpif-netlink.c
lib/dpif-provider.h
lib/netlink-conntrack.c
lib/netlink-conntrack.h
tests/test-netlink-conntrack.c
utilities/ovs-dpctl.c