Plugin: ebpf.plugin Module: cachestat
Monitor Linux page cache events giving for users a general vision about how his kernel is manipulating files.
Attach tracing (kprobe, trampoline) to internal kernel functions according options used to compile kernel.
This collector is only supported on the following platforms:
This collector supports collecting metrics from multiple instances of this integration, including remote instances.
The plugin needs setuid because it loads data inside kernel. Netada sets necessary permission during installation time.
The plugin checks kernel compilation flags (CONFIG_KPROBES, CONFIG_BPF, CONFIG_BPF_SYSCALL, CONFIG_BPF_JIT) and presence of BTF files to decide which eBPF program will be attached.
The default configuration for this integration does not impose any limits on data collection.
This thread will add overhead every time that an internal kernel function monitored by this thread is called. The estimated additional period of time is between 90-200ms per call on kernels that do not have BTF technology.
Metrics grouped by scope.
The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.
These metrics show total number of calls to functions inside kernel.
This scope has no labels.
Metrics:
Metric | Dimensions | Unit |
---|---|---|
mem.cachestat_ratio | ratio | % |
mem.cachestat_dirties | dirty | page/s |
mem.cachestat_hits | hit | hits/s |
mem.cachestat_misses | miss | misses/s |
These Metrics show grouped information per apps group.
Labels:
Label | Description |
---|---|
app_group | The name of the group defined in the configuration. |
Metrics:
Metric | Dimensions | Unit |
---|---|---|
app.ebpf_cachestat_hit_ratio | ratio | % |
app.ebpf_cachestat_dirty_pages | pages | page/s |
app.ebpf_cachestat_access | hits | hits/s |
app.ebpf_cachestat_misses | misses | misses/s |
This scope has no labels.
Metrics:
Metric | Dimensions | Unit |
---|---|---|
cgroup.cachestat_ratio | ratio | % |
cgroup.cachestat_dirties | dirty | page/s |
cgroup.cachestat_hits | hit | hits/s |
cgroup.cachestat_misses | miss | misses/s |
services.cachestat_ratio | a dimension per systemd service | % |
services.cachestat_dirties | a dimension per systemd service | page/s |
services.cachestat_hits | a dimension per systemd service | hits/s |
services.cachestat_misses | a dimension per systemd service | misses/s |
There are no alerts configured by default for this integration.
Check if your kernel was compiled with necessary options (CONFIG_KPROBES, CONFIG_BPF, CONFIG_BPF_SYSCALL, CONFIG_BPF_JIT) in /proc/config.gz
or inside /boot/config file. Some cited names can be different accoring preferences of Linux distributions.
When you do not have options set, it is necessary to get the kernel source code from https://kernel.org or a kernel package from your distribution, this last is preferred. The kernel compilation has a well definedd pattern, but distributions can deliver their configuration files
with different names.
Now follow steps:
initrd
) if it is necessary.The configuration file name for this integration is ebpf.d/cachestat.conf
.
You can edit the configuration file using the edit-config
script from the
Netdata config directory.
cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
sudo ./edit-config ebpf.d/cachestat.conf
All options are defined inside section [global]
.
There are no configuration examples.