Skip to content

Releases: netdata/kernel-collector

v1.3.3-2

12 Mar 23:46
4af2b4b
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 17:53
eb20e9b
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
7265684
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:57
821aceb
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

13 Feb 13:09
3ba3053
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

24 Jan 14:08
a4aefcc
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.13

11 Oct 01:07
d4beb16
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;

v1.2.12

02 Oct 01:05
6021b1a
Compare
Choose a tag to compare

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

25 Sep 00:44
16fcff1
Compare
Choose a tag to compare

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

17 Sep 19:54
a639ac9
Compare
Choose a tag to compare

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