Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martindai/my-ebpf
基于libbpfgo的ebpf程序example
https://github.com/martindai/my-ebpf
ebpf
Last synced: about 1 month ago
JSON representation
基于libbpfgo的ebpf程序example
- Host: GitHub
- URL: https://github.com/martindai/my-ebpf
- Owner: MartinDai
- License: mit
- Created: 2023-07-17T02:24:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-24T01:43:49.000Z (over 1 year ago)
- Last Synced: 2023-07-24T03:24:42.662Z (over 1 year ago)
- Topics: ebpf
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-ebpf
基于ebpf开发的简单案例
## 构建打包
```shell
sh build.sh
```## 指定架构构建
```shell
sh build.sh amd64
``````shell
sh build.sh arm64
```