summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf.d/process.conf
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/ebpf.plugin/ebpf.d/process.conf')
-rw-r--r--collectors/ebpf.plugin/ebpf.d/process.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/collectors/ebpf.plugin/ebpf.d/process.conf b/collectors/ebpf.plugin/ebpf.d/process.conf
index f6edd3d93..1da5f84d3 100644
--- a/collectors/ebpf.plugin/ebpf.d/process.conf
+++ b/collectors/ebpf.plugin/ebpf.d/process.conf
@@ -9,6 +9,11 @@
# the setting `apps` and `cgroups` to 'no'.
#
# The `pid table size` defines the maximum number of PIDs stored inside the hash table.
+#
+# The `collect pid` option defines the PID stored inside hash tables and accepts the following options:
+# `real parent`: Only stores real parent inside PID
+# `parent` : Only stores parent PID.
+# `all` : Stores all PIDs used by software. This is the most expensive option.
#
# Uncomment lines to define specific options for thread.
#[global]
@@ -17,3 +22,4 @@
# cgroups = no
# update every = 10
# pid table size = 32768
+# collect pid = real parent