Releases: netdata/kernel-collector
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
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.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;
v1.2.12
Summary
Modify directory cache monitoring
Description
This release is bringing for eBPF.plugin:
- Modify Directory Cache collector preparing to add a new eBPF function.
v1.2.11
Summary
Modify process monitoring.
Description
This release is bringing for eBPF.plugin:
- Add explicitly TGID for processes monitoring allowing us to aggregate metrics per PID and also per TGID.
v1.2.10
Summary
Update different eBPF software creating the basis to have functions and reducing overload on host.
Description
This release is bringing for eBPF.plugin:
- Cleanup code and append process name to the eBPF programs:
- cachestat
- File descriptor
- Shared Memory
- Socket
- SWAP