From 04781eeec27d8f3e6700669203f5bdaabbe6e16a Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Thu, 28 Sep 2017 11:34:26 +0200 Subject: [PATCH] add documentation --- src/collectd.conf.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 91d53817..f82cd236 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -6708,6 +6708,7 @@ collected for these selected processes are: - number of processes - number of threads - number of open files (under Linux) + - number of memory mapped files (under Linux) - io data (where available) - context switches (under Linux) - minor and major pagefaults. @@ -6728,6 +6729,12 @@ slashes. Collect context switch of the process. +=item B I + +Collect the number of memory mapped files of the process. +The limit for this number is configured via /proc/sys/vm/max_map_count in the +linux kernel. + =back =head2 Plugin C -- 2.11.0