Signed-off-by: Dumitru Ceara <[email protected]>
---
northd/ovn-northd.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/northd/ovn-northd.c b/northd/ovn-northd.c
index 82d2874d66..3a575b02a5 100644
--- a/northd/ovn-northd.c
+++ b/northd/ovn-northd.c
@@ -849,7 +849,8 @@ main(int argc, char *argv[])
if (memory_should_report()) {
struct simap usage = SIMAP_INITIALIZER(&usage);
- /* Nothing special to report yet. */
+ ovsdb_idl_get_memory_usage(ovnnb_idl_loop.idl, &usage);
+ ovsdb_idl_get_memory_usage(ovnsb_idl_loop.idl, &usage);
memory_report(&usage);
simap_destroy(&usage);
}
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev