dropbox/goebpf
Library to work with eBPF programs from Go observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 90
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2778
- days_rel: n/a
- days_push: 62
- n_releases_24m: 0
Adoption not part of the score
1168 stars · 82 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library for loading, attaching, and interacting with eBPF programs, maps, and perf events on Linux. It supports XDP, socket filters, kprobes, and tc classifiers with a simple Load/Attach/Lookup API.
Use cases
- load and attach XDP programs from Go
- capture packets with an XDP dump tool
- read eBPF maps from a Go application
- trace kernel functions with kprobes
- stream perf events from eBPF to userspace
When to choose
- you need to drive eBPF programs from Go with a simple high-level API
- you want XDP, kprobe, or perf event support without writing C userspace code
- you need a mockable eBPF interface for testing Go code
When to avoid
- you need program types beyond socket filter, XDP, kprobe, or tc-cls
- you work in a non-Go language or need CO-RE/BTF-based portability tooling
- you need tc-act features, which are only partially implemented
Facets
library · maturity active
sdk developer-tools monitoring networking developer-tools networking operating-systems performance go cli ebpf xdp kprobe perf-events kernel bpf-maps packet-processing linux
1 source
- readme: https://github.com/dropbox/goebpf · fetched 2026-08-28 · 60b6ae5f17d5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dropbox/goebpf | main | 73 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem