summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf.d.conf
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-05-24 12:53:26 +0000
committerGitHub <noreply@github.com>2021-05-24 12:53:26 +0000
commite8e60465bf8b659a7acb821abb26541fa9809e05 (patch)
tree0a154e98462961192c6a41e40782e31e75564892 /collectors/ebpf.plugin/ebpf.d.conf
parent56dfb07605c2e82699779f9597164856cf790250 (diff)
Ebpf swap (#11090)
Add new thread to ebpf.plugin.
Diffstat (limited to 'collectors/ebpf.plugin/ebpf.d.conf')
-rw-r--r--collectors/ebpf.plugin/ebpf.d.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/collectors/ebpf.plugin/ebpf.d.conf b/collectors/ebpf.plugin/ebpf.d.conf
index ef6ff8145d..df68994e64 100644
--- a/collectors/ebpf.plugin/ebpf.d.conf
+++ b/collectors/ebpf.plugin/ebpf.d.conf
@@ -31,11 +31,13 @@
# `socket` : This eBPF program creates charts with information about `TCP` and `UDP` functions, including the
# bandwidth consumed by each.
# `sync` : Montitor calls for syscall sync(2).
+# `swap` : Monitor calls for internal swap functions.
[ebpf programs]
cachestat = no
dcstat = no
process = yes
socket = yes
sync = yes
+ swap = no
network connections = no