Skip to content

Releases: netdata/kernel-collector

Release v0.9.1

10 Jan 17:54
v0.9.1
5466938
Compare
Choose a tag to compare

Release v0.9.1

This release is adding the latest CO-RE codes merged at netdata/kernel-collector

Release Notes

  • VFS: Monitoring for Virtual File Systems
  • Socket: Monitoring TCP and UDP bandwidth.

Release v0.9.0

02 Dec 15:24
v0.9.0
53720de
Compare
Choose a tag to compare

Release v0.9.0

This releases bring bug fix for page caches for Kernel 5.15.x.
Integrate CO-RE implementation in eBPF.plugin.

Release Notes

  • Changed monitored function in kernel 5.15, because account_page_dirtied became static
  • Add CO-RE codes for:
    • Synchronization syscalls (sync, msync, syncfs, sync_file_range, fdatasync, and fsync)
    • SWAP
    • Mount syscalls (mount and umount)
    • Filesystem monitoring (EXT4, NFS, XFS, ZFS, and NFS)
    • Page cache

Release v0.8.6

26 Oct 21:12
v0.8.6
a42e76b
Compare
Choose a tag to compare

Release v0.8.6

Extend support for binaries compiled with musl.

Release Notes

  • This release is adding support for binaries compiled with musl for all kernels newer than 4.14

Release v0.8.5

25 Oct 15:14
v0.8.5
adf6c92
Compare
Choose a tag to compare

Release v0.8.5

Extend support for static binaries.

Release Notes

  • This release is adding static binary support for all kernels newer than 4.14

Release v0.8.4

20 Oct 13:30
32fba84
Compare
Choose a tag to compare

Release v0.8.4

  • Released linux MD flush count collecter.

Release v0.8.3

19 Oct 19:16
v0.8.3
ce8a106
Compare
Choose a tag to compare

Release v0.8.3

Change way eBPF programs are built.

Release Notes

  • This release is removing warnings given to user when eBPF programs are loaded.

Release v0.8.2

12 Oct 13:50
v0.8.2
d3c4da2
Compare
Choose a tag to compare

Release v0.8.2

Improvement of process monitoring.

Release Notes

  • This release is bringing improvements for task (process and thread) monitoring, netdata is now monitoring some tracepoints to obtain a more precise data when threads are created.

Release v0.8.1

23 Sep 18:38
4b638e3
Compare
Choose a tag to compare
  • Added shared memory system call tracking collector.

Release v0.8.0

16 Sep 14:30
v0.8.0
2739d95
Compare
Choose a tag to compare

Release v0.8.0

This release is changing eBPF codes to be compatible with latest versions of libbpf.

Release Notes

  • Change internal code.

Release v0.7.10

03 Sep 13:37
95c489e
Compare
Choose a tag to compare

Release v0.7.10

  • Added OOM kill collector.