ofproto-dpif: Keep track of exact-match flow info
authorAndy Zhou <azhou@nicira.com>
Tue, 26 Mar 2013 02:49:13 +0000 (19:49 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 1 Apr 2013 20:30:58 +0000 (13:30 -0700)
commit7d0b0ed7bf174312a1c1bdb05a29101d400b0fa4
tree57bcb462809e5dc254604bb005cdf21aca58cd7c
parentc2c5cca2aff3d4324a3d84b24107675b9be6301d
ofproto-dpif: Keep track of exact-match flow info

This patch adds more flow related stats to the output of
"ovs-appctl dpif/show".  Specifically, the follow information
are added per ofproto:

- Max flow table size
- Average flow table size
- Average flow table add rate
- Average flow table delete rate
- Average flow entry life in milliseconds

Feature #15366

Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c
tests/ofproto-dpif.at
tests/tunnel.at