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

What about PF_RING aware fast network analyzer subsystem? #153

Open
pavel-odintsov opened this issue May 9, 2014 · 2 comments
Open

What about PF_RING aware fast network analyzer subsystem? #153

pavel-odintsov opened this issue May 9, 2014 · 2 comments

Comments

@pavel-odintsov
Copy link
Contributor

Hello!

I'm very excited about sysdig! It's very useful and compex (in good way) tool. You will replace almost all linux tools.

But what about hight performance network analyzer for replacing old and tcpdump? I tried to create fast network analyzer based on PF_RING and all works fine

@gianlucaborello
Copy link
Contributor

Hi,

Thanks for liking sysdig.

We definitely are planning a tighter integration with the networking subsystem in order to correlate system and network events, not necessarily to replace tcpdump which is a very good tool, but more like to provide a unified filtering context for the user.

As far as the implementation goes, there are two ways to do it: one is to gather statistics by looking at the packets using a pcap-like interface (like you did in your project), and the other one is to use kernel tracepoints in the networking subsystem, so the implementation will likely use one or the other.

@github-actions
Copy link

github-actions bot commented Mar 3, 2023

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.

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

3 participants