-
Notifications
You must be signed in to change notification settings - Fork 727
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
sendmmsg does not have argument? #1865
Comments
Hi! You can open an issue on libs to add support for it :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
can i work on this? |
Hey @nick2432! Please checkout in https://github.com/falcosecurity/libs! The code on which relays sysdig and this feature is there! 😄 |
I was tring to monitor DNS request / response in Linux systems, below is the command I used:
Everything is fine when I send a DNS request using
host
ornslookup
, I can see the request and response is captured by sysdig.However if I use curl to visit a website, sometimes I cannot capture the DNS request ( response can be captured )
So I use strace to find what happened and I found that curl use the system call
sendmmsg
to send DNS request and Sysdig cannot capture the argument ofsendmmsg
Is there any advise for me to solve this problem?
The text was updated successfully, but these errors were encountered: