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
110 stars 56 forks source link

Performance tests #24

Closed bitkeks closed 4 years ago

bitkeks commented 4 years ago

Tests which cover functionality and correct parsing of packets exist. But what about performance? The tests should also cover some performance measurements to detect optimizable or even leaking code fragments.