Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve flow export to mitigate export bursts #32

Open
cardigliano opened this issue Jul 17, 2020 · 1 comment
Open

Improve flow export to mitigate export bursts #32

cardigliano opened this issue Jul 17, 2020 · 1 comment
Assignees

Comments

@cardigliano
Copy link
Member

n2disk computes flows by scanning files as soon se they are ready in memory, this creates bursts in exported flows when the file size is high and there are many flows. This should be improved to avoid message loss on the collector.

@cardigliano
Copy link
Member Author

ZMQ export now relies on ZMQ support in PF_RING FT. ZMQ export in PF_RING FT has been implemented using an export queue with an algorithm that mitigates export bursts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant