From: Wilfried Goesgens Date: Thu, 28 Sep 2017 09:34:26 +0000 (+0200) Subject: add documentation X-Git-Tag: collectd-5.8.0~62^2~3 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=04781eeec27d8f3e6700669203f5bdaabbe6e16a;p=collectd.git add documentation --- 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