-
Story
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
8
-
False
-
-
False
-
-
None
-
rhel-net-ovs-dpdk
-
-
-
ssg_networking
It would be a good troubleshooting tool to get statistics related to flow insertion and delete rates.
This should exist for both the kernel and userspace datapath, preferably something unified. In addition, it might also be nice to not only get this globally but also for offloaded flows.
Maybe we can get some kind of histogram to get the various insertions/deletions per second. Like what currently exists for PMDs only:
ovs-vsctl set Open_vSwitch . other_config:pmd-perf-metrics=true
ovs-appctl dpif-netdev/pmd-perf-show
NOTE: This originally was opened as BZ2203794