Files
linuxkit/projects/ebpf/roadmap.md
Rolf Neugebauer 5592b58549 projects: Move non-working ebpf bits under projects
The ebpf packages were somewhat neglected during the restructuring of the
the repository and currently do not build. They were also a little awkward
to use. So move them to ./projects for now until it matures.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-03-29 17:36:25 +01:00

19 lines
603 B
Markdown

# iovisor eBPF tools
The [iovisor eBPF tools](https://github.com/iovisor/bcc) are a
collection tools useful for debugging and performance analysis. This
project aims to provide an easy to consume packaging of these tools
for Moby.
It comes in two parts: [ebpf.build](ebpf.build/) is used for building the binaries on alpine and [ebpf.pkg](ebpf.pkg/) is supposed to package the binaries with the required kernel files.
**Note**: The packages currently do not build.
## Roadmap
**Near-term:**
- Make the package build again
**Mid-term:**
- Trim the distribution package to make it easier to consume