As reported by @marathon-gary here, monitor-traffic-tcpdump service is consuming too much memory. This should be due to the current low filtering we're using in it.
More specifically, here's the place where filtering on ports, interfaces, etc can be added:
|
environment: |
|
- "NTM_INTERFACE=any" |
|
- "NTM_FILTERS=" |
As reported by @marathon-gary here,
monitor-traffic-tcpdumpservice is consuming too much memory. This should be due to the current low filtering we're using in it.More specifically, here's the place where filtering on ports, interfaces, etc can be added:
benchmarking-tool/docker-compose-config-a.yaml
Lines 418 to 420 in 7c2d8e0