Skip to content

Releases: Netflix/bpftop

v0.2.1

24 Feb 15:34
Compare
Choose a tag to compare

What's Changed

This release primarily focuses on enhancing the stability and performance of the bpftop. It includes a series of refactors to improve BPF stats and sampling accuracy and a bug fix to address an out-of-bounds selection issue.

  • Bump anyhow from 1.0.79 to 1.0.80 by @dependabot in #4
  • Change the events per second line graph color to cyan to improve visibility.
  • Refactor fd handling to enable BPF stats by @jfernandez in #6
  • Refactor thread loop in App struct for more accurate sample period by @jfernandez in #7
  • Fix out-of-bounds selection bug by @jfernandez in #8

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Feb 18:58
Compare
Choose a tag to compare

What's Changed

  • Add feature to display time series graphs for selected programs by @jfernandez in #3

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 Feb 15:17
Compare
Choose a tag to compare

Initial release