We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前stackplz用的是常规的PerfMap传递数据,比较耗费资源,在某些调用特别高频的时候下会出现大量数据丢失(虽然改用了tracee的方式传递数据好了很多,但...)
上游ebpfmanager已经添加了ringbuf map的支持,ringbuf效率更高
gojue/ebpfmanager#35
但是为了传递其他的FLAG以获取更多参数,ebpfmanager和ebpf库都有所修改,需要进行合并适配
The text was updated successfully, but these errors were encountered:
@JiaHuann 你看看这个改起来麻烦不
Sorry, something went wrong.
@JiaHuann 你看看这个改起来麻烦不 行,看起来可以做,如果不急着实现这个feature的话我忙完手头工作就可以搞了: )
JiaHuann
No branches or pull requests
目前stackplz用的是常规的PerfMap传递数据,比较耗费资源,在某些调用特别高频的时候下会出现大量数据丢失(虽然改用了tracee的方式传递数据好了很多,但...)
上游ebpfmanager已经添加了ringbuf map的支持,ringbuf效率更高
gojue/ebpfmanager#35
但是为了传递其他的FLAG以获取更多参数,ebpfmanager和ebpf库都有所修改,需要进行合并适配
The text was updated successfully, but these errors were encountered: