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

https://github.com/jlkiri/xdp-example


https://github.com/jlkiri/xdp-example

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Install dependencies

https://github.com/xdp-project/xdp-tutorial/blob/master/setup_dependencies.org

1. Install `bpftool`
2. Run `make` to compile
3. Run `sudo bash attach.sh ` to attach to a network interface
4. Run `sudo bash trace.sh` to trace output of the program
5. Run `sudo bash detach.sh ` to detach from a network interface