June 25th, 2024

Bpftop: Dynamic real-time view of running eBPF programs

The GitHub repository for `bpftop` by Netflix provides real-time monitoring of eBPF programs with statistics like average runtime, events per second, and CPU usage. Visit https://github.com/Netflix/bpftop for more details.

Read original articleLink Icon
Bpftop: Dynamic real-time view of running eBPF programs

The GitHub repository for `bpftop` by Netflix offers a real-time view of running eBPF programs, showcasing statistics like average runtime, events per second, and estimated total CPU % for each program. It also includes graphical representations of these metrics over time. To access further details, installation guidelines, features, prerequisites, and usage instructions, you can refer to the bpftop GitHub repository at https://github.com/Netflix/bpftop.

Link Icon 2 comments
By @anonbanker - 4 months
Is there a way that a program can obfuscate itself from being visible from bptop?

eBPF is an alarmingly large attack surface I would like to minimize.

By @xuhu - 4 months
Are there any (semi) official binaries for systems still on glibc 2.27 ? Latest release wants GLIBC_2.29.