On Fri, Jun 23, 2017 at 01:28:21PM +0100, [email protected] wrote:
> From: Antonio Fischetti <[email protected]>
> 
> Adds CT stats to report number of connections grouped by
> protocol.
> By using
>  utilities/ovs-appctl dpctl/ct-stats-show
> it can display something like:
> Connections Stats:
>     Total: 1808
>         TCP: 1808
> 
> With the verbose options:
>  utilities/ovs-appctl dpctl/ct-stats-show verbose
> it can display:
> Connections Stats:
>     Total: 2671
>         TCP: 2671
>           Conn per TCP states:
>           [ESTABLISHED]=1000
>           [CLOSING]=1
>           [TIME_WAIT]=1670
> 
> Signed-off-by: Antonio Fischetti <[email protected]>
> Signed-off-by: Bhanuprakash Bodireddy <[email protected]>
> Co-authored-by: Bhanuprakash Bodireddy <[email protected]>

Thanks!  I applied this to master.

I added a NEWS item:

   - New ovs-dpctl command "ct-stats-show" to show connection tracking stats.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to