Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 14:29
· 86 commits to main since this release

New Feature

This version of bpftop introduces a feature to display processes that reference BPF programs. The process name and PID will be displayed in the info box when a BPF program is selected.

image

To achieve this, bpftop loads its own BPF iterator program, which will also be displayed in the program list.

image

What's Changed

  • Add systemd journal logger via tracing crate by @jfernandez in #36
  • List processes (PID and comm) holding references to a BPF program by @jfernandez in #37

Dependency Updates

Full Changelog: v0.4.2...v0.5.0