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

Scaling ingest to reduce kernel buffer overflow and increase performance #47

Open
CSdread opened this issue Nov 6, 2020 · 0 comments
Open

Comments

@CSdread
Copy link
Contributor

CSdread commented Nov 6, 2020

Currently only one process does ingest from the netlink socket buffer. Messages come in parts making scaling the ingest difficult. Of the two was to scale pauditd (increase netlink buffer size, reduce latency in the rest of the pipeline) we do not have a way to get past large volumes and thus the system is lossy.

It would reduce the need for large netlink socket buffers that use system memory to bring the messages into userspace and store in user memory through localized buffers.

@rkanson rkanson mentioned this issue Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant