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
- Host: GitHub
- URL: https://github.com/nitishm/xdp-flow-tuples
- Owner: nitishm
- Created: 2021-12-30T21:14:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T00:52:55.000Z (over 3 years ago)
- Last Synced: 2025-01-01T21:22:31.474Z (5 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.