Releases: netdata/ebpf-co-re
v1.3.3-2
Summary
Update the network viewer index.
Description
This release is bringing:
- Reorder network viewer index.
v1.3.3-1
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
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
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
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
Summary
Modify docker file to address issues with latest kernel.
Description
This release is bringing:
- Upgrade
bpftool
andclang
locally.
v1.3.1
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
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
Summary
Fix a found issue.
Description
This branch was not behaving like binaries built on kernel-collector
repository.
v1.2.13
Summary
Improve monitoring for apps and cgroup.
Description
This release is bringing for eBPF.plugin:
- Add
uid
andgid
to structures; - Improve
cachestat
algorithm; - Simplify
dcstat
algorithm;