macOS
brew install bpftoplocal Homebrew formula metadata
brew
Dynamic real-time view of running eBPF programs. Version 0.9.0 via Homebrew; verified 2026-07-04.
install
brew install bpftoplocal Homebrew formula metadata
sudo apk add bpftopAlpine Linux edge package indexes · bpftop · source: dl-cdn.alpinelinux.org
sudo apt install bpftopDebian stable package indexes · bpftop · source: deb.debian.org
sudo dnf install bpftopFedora Rawhide package metadata · bpftop · source: dl.fedoraproject.org
nix profile install nixpkgs#bpftopnixpkgs package indexes · pkgs/by-name/bp/bpftop/package.nix · source: api.github.com
sudo pacman -S bpftopArch Linux sync databases · bpftop · source: geo.mirror.pkgbuild.com
sudo zypper install bpftopopenSUSE Tumbleweed package metadata · bpftop · source: download.opensuse.org
overview
Dynamic real-time view of running eBPF programs
history
bpftop is a top-like terminal monitor for running eBPF programs. It reports runtime, events per second, estimated CPU percentage, process references, and time-series graphs while enabling eBPF runtime statistics only while the tool is active.
The README describes bpftop as formerly maintained by Netflix and now independently maintained by Jose Fernandez, with Netflix no longer affiliated. The official announcement from Netflix introduced it as a way to streamline eBPF performance optimization.
The project appeared publicly in 2024, with a v0.1.0 tag in February 2024. Its README now documents install scripts, distribution packages, Linux kernel requirements, libelf/libz dependencies, journald integration, and a Rust/Cargo build.
bpftop's adoption path is tied to the rise of eBPF observability. The README points users to package-manager installs from Fedora, Arch Linux, and Nix, and the Homebrew input records additional packaging in apk, brew, Debian, Fedora, Nix, pacman, and zypper.
Because it requires root privileges and kernel eBPF statistics, adoption is mostly among systems, performance, and observability engineers rather than general CLI users.
The normal workflow is `sudo bpftop`, optionally with a refresh delay. Users navigate with arrow keys or vim-style keys, filter programs, sort columns, and enter graph views for a selected eBPF program.
Internally, the README says bpftop uses the Linux `BPF_ENABLE_STATS` syscall command, samples statistics, and disables statistics gathering when the file descriptor is dropped on exit.
bpftop is significant because it packages a modern kernel-observability niche into a familiar top-like interface. For package maintainers, it is also a compact example of the newer Rust-plus-Linux-system-libraries tooling showing up in traditional Unix package collections.
Its package metadata tells a useful story: a tool announced from Netflix, later maintained independently, spreading quickly through Linux distributions and Homebrew because eBPF became operationally important.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bpftop | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/jfernandez/bpftop
install metadata
| Package key | brew:bpftop |
|---|---|
| Version | 0.9.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bpftop |
| Homepage | https://github.com/jfernandez/bpftop |
| Repository | https://github.com/jfernandez/bpftop |
| Upstream docs | https://github.com/jfernandez/bpftop#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/jfernandez/bpftop/archive/refs/tags/v0.9.0.tar.gz |
| Last updated | 2026-07-04T16:53:42+09:00 |
| Pulse | updated |
| Dependencies | elfutils, zlib-ng-compat |
| Build dependencies | llvm, pkgconf, rust |
| Bottle | available (on arm64_linux, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bpftop |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bpftop 0.5.2.20.gc23a822-2+b1
Provides a dynamic real-time view of running eBPF programs
https://github.com/Netflix/bpftop
sudo apt install bpftopbpftop
nix profile install nixpkgs#bpftopbpftop 0.8.0-r1
Dynamic real-time view of running eBPF programs
https://github.com/Netflix/bpftop
sudo apk add bpftopbpftop 0.9.0-1.fc45
Dynamic real-time view of running eBPF programs
https://github.com/jfernandez/bpftop
sudo dnf install bpftopbpftop 0.8.0-1
Dynamic real-time view of running eBPF programs
https://github.com/jfernandez/bpftop
sudo pacman -S bpftopbpftop 0.7.1-1.5
Dynamic real-time view of running eBPF programs
https://github.com/Netflix/bpftop
sudo zypper install bpftopsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.