https://github.com/mizzy/ebpf-go-playground
https://github.com/mizzy/ebpf-go-playground
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mizzy/ebpf-go-playground
- Owner: mizzy
- Created: 2024-08-19T10:44:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T13:25:55.000Z (almost 2 years ago)
- Last Synced: 2025-10-06T14:49:30.640Z (9 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ebpf-go-playground
This is a playground to try https://ebpf-go.dev/guides/getting-started/ .
Run `vagrant up` and:
```shell
$ cd /vagrant
$ go generate && go build && sudo ./ebpf-go-playground
```