Skip to content

topologyd: redesigned handling for host stats

Amit Kumar requested to merge 9332_topology_high_cpu into release-6.5

Redesigned the per host wan stats collection logic. taken timestamp and ID of conntracck entry as key. THis reduces the memory allocation as well as cpu utilization as the id being used now to get hash index for faster access to node.

Merge request reports