summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf.conf
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/ebpf.plugin/ebpf.conf')
-rw-r--r--collectors/ebpf.plugin/ebpf.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/collectors/ebpf.plugin/ebpf.conf b/collectors/ebpf.plugin/ebpf.conf
index 3a5b77395d..f31b5fca4e 100644
--- a/collectors/ebpf.plugin/ebpf.conf
+++ b/collectors/ebpf.plugin/ebpf.conf
@@ -19,11 +19,13 @@
#
# The eBPF collector enables and runs the following eBPF programs by default:
#
+# `cachestat`: Make charts for kernel functions related to page cache.
# `process` : This eBPF program creates charts that show information about process creation, VFS IO, and
# files removed.
# `socket` : This eBPF program creates charts with information about `TCP` and `UDP` functions, including the
# bandwidth consumed by each.
[ebpf programs]
+ cachestat = no
process = yes
socket = yes
network connections = no