From: Pavel Rochnyak Date: Wed, 18 Oct 2017 09:02:55 +0000 (+0700) Subject: Merge pull request #2485 from rpv-tomsk/processes X-Git-Tag: collectd-5.8.0~39 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=aecd05a0a0ec4d745506a67a937de6d1d6b33db5 Merge pull request #2485 from rpv-tomsk/processes processes: Improved documentation --- aecd05a0a0ec4d745506a67a937de6d1d6b33db5 diff --cc src/collectd.conf.pod index c92e3fde,b4140a00..4c4c261e --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@@ -6839,16 -6577,20 +6864,26 @@@ I must not contain slashes =item B I - Collect context switch of the process. + Collect the number of context switches for matched processes. + Disabled by default. + + =item B I + + Collect number of file descriptors of matched processes. + Disabled by default. +=item B I + +Collect the number of memory mapped files of the process. +The limit for this number is configured via F in +the Linux kernel. + =back + Options B and B may be used inside + B and B blocks - then they affect corresponding match + only. Otherwise they set the default value for subsequent matches. + =head2 Plugin C Collects a lot of information about various network protocols, such as I,