It might not be very known but the OVN code base actually has its own integrated performance self tests for ovn-northd.
These allow benchmarking northd performance for a couple of common scenarios. In order to run them one needs to use the 'make check-perf' command (also documented in 'Documentation/topics/testing.rst'. This series improves the performance testing by: - avoiding to start ovn-controllers (they're not relevant in this context) - adding more stopwatch information about various northd components - triggering and measuring the effect of a full northd recompute at the end of a run. Dumitru Ceara (3): perf-northd.at: Don't start ovn-controllers. perf-northd.at: Parse and display more stopwatch data. perf-northd.at: Add ovn-northd recompute statistics. tests/perf-northd.at | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev