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

Add partial process tracking for CGroups #3

Merged
merged 1 commit into from
Mar 13, 2025
Merged

Conversation

richiejp
Copy link
Contributor

Hello, continuing from yesterday, I got process tracking to work on a basic level with CGroups. There are more places where we could attach to get the PID for a socket if more complete process tracking is wanted.

Commit msg:

This creates a new map to keep track of the PID and COMM that creates a
socket. When the socket sends or receives some data we can lookup what
process created it.

This creates a new map to keep track of the PID and COMM that creates a
socket. When the socket sends or receives some data we can lookup what
process created it.
@dkorunic
Copy link
Owner

Great work, thank you! I appreciate both the clean patch and that you've also taken the time to update README file 👍

@dkorunic dkorunic merged commit 81db0fb into dkorunic:main Mar 13, 2025
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

Successfully merging this pull request may close these issues.

2 participants