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

feat(proctree): control procfs query by config #3989

Conversation

AlonZivony
Copy link
Collaborator

1. Explain what the PR does

Allow the procfs scanning and querying to be configured by the user. For now Tracee only enable to disable the procfs querying upon lost events. This should help to improve performance on high-load systems.

Fix #3988

2. Explain how to test it

3. Other comments

Copy link
Collaborator

@yanivagman yanivagman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM,
please document disable-procfs-query new flag exposed in the CLI

Allow the procfs scanning and querying to be configured by the user.
For now Tracee only enable to disable the procfs querying upon lost events.
This should help to improve performance on high-load systems.
@AlonZivony AlonZivony force-pushed the bugfix/proctree-procfs-iteration-performance branch from 78acee7 to 2dd7edf Compare May 5, 2024 11:44
Copy link
Collaborator

@yanivagman yanivagman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yanivagman yanivagman merged commit f587631 into aquasecurity:main May 5, 2024
32 checks passed
yanivagman added a commit to yanivagman/tracee that referenced this pull request May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Process tree procfs scan can't be configured
3 participants