Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Process flows more efficiency in network observer
The network observer handles an in memory buffer of application and transport level flow records and associated state that can be very large. This changes how those collections are traversed for processing. Previously the collections of flow state were copied on each reconcile loop, resulting in high CPU and memory utilization. Now each reconcile job limits itself to copying the relevant portions. Signed-off-by: Christian Kruse <[email protected]>
- Loading branch information