Skip to content

Releases: netdata/ebpf-co-re

v1.3.3-2

13 Mar 01:57
95a6ff7
Compare
Choose a tag to compare

Summary

Update the network viewer index.

Description

This release is bringing:

  • Reorder network viewer index.

v1.3.3-1

06 Mar 21:37
33338d4
Compare
Choose a tag to compare

Summary

When users are not actively accessing the cloud dashboard, data collection continues uninterrupted. To prevent the table from becoming completely full of closed sockets, this release introduces a statistical variable to gauge available space.

Description

This release is bringing:

  • Add statistics to network viewer.

v1.3.3

04 Mar 03:45
29a0993
Compare
Choose a tag to compare

Summary

Add direction and closed status to socket.

Description

This release is bringing:

  • A change in network viewer, removing the necessity to parse /proc files to get information.

v1.3.2

28 Feb 13:58
2c26e4a
Compare
Choose a tag to compare

Summary

Append a value to be used like inode.

Description

This release is bringing:

  • A change in network viewer, to reduce necessary changes in networkviewer.plugin.

v1.3.1-2

22 Feb 12:24
7804df3
Compare
Choose a tag to compare

Summary

Sync algorithms

Description

This release is bringing:

  • A complete sync between algorithms used with old kernels and latest kernels, avoiding issues with kernels older than 5.2.

v1.3.1-1

21 Feb 02:54
4032b13
Compare
Choose a tag to compare

Summary

Modify docker file to address issues with latest kernel.

Description

This release is bringing:

  • Upgrade bpftool and clang locally.

v1.3.1

14 Feb 00:29
7b7f8ac
Compare
Choose a tag to compare

Summary

Add network viewer support for legacy kernels.

Description

This release is bringing:

  • A new eBPF program to be used with network viewer plugin.

v1.3.0

05 Feb 01:44
bb106a4
Compare
Choose a tag to compare

Summary

Add TCP state for sockets and update libbpf

Description

This release is bringing for eBPF.plugin:

  • Add actual TCP state for sockets.
  • Build binaries with latest liibbpf.

v1.2.14

15 Nov 17:08
ad1414e
Compare
Choose a tag to compare

Summary

Fix a found issue.

Description

This branch was not behaving like binaries built on kernel-collector repository.

v1.2.13

11 Oct 01:07
b0be1dc
Compare
Choose a tag to compare

Summary

Improve monitoring for apps and cgroup.

Description

This release is bringing for eBPF.plugin:

  • Add uid and gid to structures;
  • Improve cachestat algorithm;
  • Simplify dcstat algorithm;