An open API service indexing awesome lists of open source software.

https://github.com/nitishm/xdp-flow-tuples

Export flow tuples using XDP program
https://github.com/nitishm/xdp-flow-tuples

Last synced: 3 months ago
JSON representation

Export flow tuples using XDP program

Awesome Lists containing this project

README

        

# Flow tuples tracing using XDP and BPF

This is a simple example of how to use the BPF XDP program to trace a flow using the XDP program. The program will trace the flow and print the tuple information.
The sample exercise is meant as an experiment to utilize redbpf to load a BPF program into the kernel and then use the XDP program to trace a flow.