CEF module: seems slow?
Open
modules
performance improvements
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
```
% time nc localhost 5000 < firewall_cef.log
nc localhost 5000 < firewall_cef.log 0.02s user 0.01s system 0% cpu 8.214 total
% wc -l firewall_cef.log
8064 firewall_cef.log
```
Took 8.2 seconds to write 8000 lines to Logstash. 1000 events-per-second is pretty slow, in my expectation. Can we improve this?
This test was done on my laptop with all services hosted locally.
Contributor guide
Assessment
This issue has not been assessed yet.