jfernandez/bpftop
bpftop provides a dynamic real-time view of running eBPF programs. It displays the average runtime, events per second, and estimated total CPU % for each program. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 95
- Release rhythm 58
- Longevity 66
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: 101.0
- age_days: 935
- days_rel: 123
- days_push: 32
- n_releases_24m: 5
Adoption not part of the score
2702 stars · 129 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
bpftop is a top-like terminal tool that provides a dynamic real-time view of running eBPF programs on Linux, showing average runtime, events per second, and estimated CPU utilization per program. It minimizes overhead by enabling kernel performance statistics only while the tool is active and includes interactive filtering, sorting, and time-series graphs.
Use cases
- monitor cpu usage of running ebpf programs
- find which bpf programs are consuming the most cpu
- view events per second for loaded ebpf programs
- debug performance of ebpf programs in real time
- plot ebpf program runtime over time
- list processes holding references to ebpf programs
When to choose
- you need a top-style interactive view of eBPF program performance on Linux
- you want low-overhead stats collection that only runs while monitoring
- you need time-series graphs and filtering for eBPF programs
- you're on kernel 5.8+ or need procfs fallback for older kernels
When to avoid
- you're not on Linux or lack root/CAP_BPF privileges
- you need non-interactive scripted metrics collection rather than a TUI
- you need to profile non-eBPF workloads
Facets
cli-tool · maturity active
monitoring cli developer-tools developer-tools monitoring operating-systems performance cli ebpf bpf top-like terminal-ui performance-profiling kernel linux
2 sources
- readme: https://github.com/jfernandez/bpftop · fetched 2026-08-28 · 1649951af1b8
- homepage: https://bpftop.sh · fetched 2026-08-29 · da742c1a62ee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jfernandez/bpftop | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="jfernandez/bpftop")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem