bpftop is a terminal-based monitoring tool that provides real-time visibility into eBPF programs running on Linux systems. It displays comprehensive performance metrics for each program including average runtime, events per second, and estimated CPU utilization.
The tool offers interactive features that make analyzing eBPF performance straightforward. Navigate through running programs using arrow keys or vim-style navigation, sort by any column, and filter programs by name or type. When you select a specific program, bpftop generates time-series graphs showing performance trends over time, helping you identify patterns and anomalies.
Key capabilities include:
Designed for SREs, platform engineers, kernel developers, and Linux performance engineers, bpftop provides the visibility needed to trace systems and analyze eBPF metrics effectively. It delivers a holistic view of all eBPF programs on your system in an intuitive, top-like interface.
$ dnf install bpftop$ dnf install -y
Activity score
86/100
Stars
Forks
Latest version
Last commit
First release
Language
License
Auto-fetched .