npm
bpftop
Dynamic real-time view of running eBPF programs
brew
macos
linux
Try with need
$
npx @agentneeds/need bpftop
Or install directly
$
brew install bpftop
Source
About
Dynamic real-time view of running eBPF programs
Commands
bpftop
Examples
Launch interactive real-time dashboard of eBPF programs
$
bpftop
View eBPF programs with custom refresh interval (2 seconds)
$
bpftop -i 2
Display eBPF programs and exit (non-interactive mode)
$
bpftop --once