Releases: netdata/kernel-collector
Release v0.6.3
Release v0.6.3
Reduce default allocated size.
Release Notes
We are reducing the default size for application tables, this is not expected to be a problem, because we will give conditions for users to set table size.
Release v0.6.2
Release v0.6.2
New eBPF program
Release Notes
Add eBPF program to monitor access to files using Linux directory cache.
Release v0.6.1
Release v0.6.1
Add monitoring for more synchronization syscalls
, because sync
is not enough to measure the impact of data synchronization on operate systems.
Release Notes
- Add kprobes for
syncfs
,msync
,fsync
,fdatasync
, andsync_file_range
Release v0.6.0
Release v0.6.0
A code copied from kernel source did not allows to create correct monitoring for syscalls on CentOS 7.x
family, this release is fixing this bug.
Release Notes
- Fix header.
Release v0.5.9
Release v0.5.9
New eBPF program to monitor sync
syscall.
Release Notes
- New eBPF program to monitor
sync
syscall. - Create internal library for repository.
Release v0.5.7
Release v0.5.7
The kernel team renamed an internal function when the kernel 5.11
was released, this release is changing a kprobe
for newest kernels.
Release Notes
- Compatibility with new kernels
Release v0.5.6
Release v0.5.6
New eBPF program that allows users to monitor the page cache utilization on hosts.
Release Notes
- New eBPF program
- Reorganization of internal files.
Release v0.5.5
Release v0.5.5
Fix connection counter.
Release v0.5.4
Release v0.5.4
This release is bringing support for the newest kernels.
Release Notes
- Support to kernel 5.10 and newer.
- Rename eBPF programs removing patches.
Release v0.5.3
Release v0.5.3
Bring Network support for kernels older than 4.18
.