Skip to content

Releases: dkorunic/pktstat-bpf

v0.10.0

31 Jul 13:29

Choose a tag to compare

Changelog

  • 80b8b8c Add C/eBPF formatting block
  • e429ca0 Fix various smaller races. Queue TUI updates and draw together.
  • f42e215 Implement eBPF based new CGroup event monitoring. Various refactoring.
  • a08c9a9 Improve variable/function naming
  • 465da77 Lint fix
  • 112c1db Move eBPF code to bpf/ folder.
  • 31dc530 Refactor and cleanup.
  • ee0f88a Trim CGroupRootPath in TUI CGroups field. Misc renames.

v0.9.2

30 Jul 07:55

Choose a tag to compare

Changelog

  • f9dc703 Documentation update
  • 745b885 Remove inotify/fsnotify from Cgroups handling code.

v0.9.1

29 Jul 17:32

Choose a tag to compare

Changelog

  • cc863f9 Oops, move cgroupCacheInit() from XDP to CGroup switch

v0.9.0

29 Jul 17:15

Choose a tag to compare

Changelog

  • f15c9fe Add Cgroup path information. Fix src/dst IP bug in process_tcp(). Fix src port bug in process_tcp().
  • c92ac0c Add english eBPF talk link
  • 708e825 Improve Cgroup resolving initialisation
  • a505db4 Update deps: - github.com/rivo/tview to v0.0.0-20250501113434-0c592cd31026 - golang.org/x/sys to v0.33.0 - golang.org/x/term to v0.32.0 - golang.org/x/text to v0.25.0

v0.8.2

30 Apr 08:49

Choose a tag to compare

Changelog

  • 74c9655 Documentation update
  • 18e796c Regenerate eBPF
  • 8cbee88 Update deps. Migrate Golangci-lint config.
  • 21c9766 Update deps: - github.com/cilium/ebpf to v0.18.0 - golang.org/x/sys to v0.32.0 - golang.org/x/term to v0.31.0 - golang.org/x/text to v0.24.0
  • 5d460ff Update logo.

v0.8.1

13 Mar 14:09

Choose a tag to compare

Changelog

  • 861e463 Add partial process tracking for CGroups
  • 81db0fb Merge pull request #3 from richiejp/cgroup
  • 674ee66 Reformat counter.c with clang-format
  • 5d92040 Regenerate eBPF
  • 4796e9f Update docs.

v0.8.0

12 Mar 13:46

Choose a tag to compare

Changelog

  • 8b404ac Add .editorconfig
  • 9b2f3b5 Add raw socket code, but don't enable it yet.
  • 562b06f Allow monitoring bandwidth usage of CGroups
  • c4bdfb4 Allow table sorting
  • 615850f Also enable regular wrap for navigation view
  • a66bbe6 Better demo (font render, increase speed)
  • 93773a6 Disable raw_sendmsg and rawv6_sendmsg for now in eBPF code as well
  • 12a7c06 Disable raw_sendmsg and rawv6_sendmsg for now.
  • c05bec9 Document kernel/distro requirements
  • 803a2c6 Fix refresh TUI not having an effect
  • 8813a4a Improve TUI status and visibility
  • c62da14 Merge branch 'richiejp-cgroup'
  • 64a1668 Reformat eBPF code. Add .editorconfig to .gitignore.
  • 4b7786e Update README.
  • 86c658f Update demo according to TUI changes
  • d8dfed2 Update demo. Update deps: - github.com/cilium/ebpf to v0.17.3 - github.com/gdamore/tcell/v2 to v2.8.1 - github.com/rivo/tview to v0.0.0-20241227133733-17b7edb88c57 - golang.org/x/term to v0.29.0 - golang.org/x/text to v0.22.0
  • 62687f8 Update deps: - golang.org/x/sys to v0.31.0 - golang.org/x/term to v0.30.0 - golang.org/x/text to v0.23.0

v0.7.2

06 Mar 13:00

Choose a tag to compare

Changelog

  • 2cbc8a7 Also enable regular wrap for navigation view
  • 9df038a Better demo (font render, increase speed)
  • d7f347c Document kernel/distro requirements
  • f75a546 Update README.
  • 465f8f4 Update demo according to TUI changes
  • 269d15e Update deps: - golang.org/x/sys to v0.31.0 - golang.org/x/term to v0.30.0 - golang.org/x/text to v0.23.0

v0.7.1

21 Feb 08:02

Choose a tag to compare

Changelog

  • aef4a9e Improve TUI status and visibility

v0.7.0

20 Feb 15:49

Choose a tag to compare

Changelog

  • 544a0f7 Allow table sorting
  • cb75119 Fix refresh TUI not having an effect