bitkeks / python-netflow-v9-softflowd

PyPI "netflow" package. NetFlow v9 parser, collector and analyzer implemented in Python 3. Developed and tested with softflowd
https://bitkeks.eu/blog/2016/08/collecting-netflow-v9-on-openwrt.html
MIT License
116 stars 59 forks source link

Collector in v0.8.0 terminated by OOM killer #10

Closed bitkeks closed 5 years ago

bitkeks commented 5 years ago

Applying the latest version, merged in 3dee135a224ea01f8207883535ca903c9fec0c17, kills the collector after some time due to excessive memory usage. Storing the information in a dict/JSON might not work anymore. I'm looking into using sqlite3/csv.

cc @pR0Ps