stratum-mining/benchmarking-tool

Monitor-traffic-tcpdump service is consuming too much memory

Open

#54 opened on Sep 20, 2024

 (0 comments) (0 reactions) (0 assignees)Rust (9 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (19 stars)
PR merge metrics
 (PR metrics pending)

Description

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: https://github.com/stratum-mining/benchmarking-tool/blob/7c2d8e04645395c9d7fe0c36a637f3a0ea451d66/docker-compose-config-a.yaml#L418-L420

Contributor guide