X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=05e205f093200727467310966512f10c29918a50;hb=d93929779c15349927f84d952bd1789426e80bae;hp=383c12b64ff4770d284241da171010c294595dae;hpb=4eca75de34e9c3d7f2391b9c7a5951a27a713804;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 383c12b6..05e205f0 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1931,6 +1931,11 @@ host name setting. Use I as the plugin instance when submitting values. Defaults to an empty string (no plugin instance). +=item B I + +Use I as the plugin name when submitting values. +Defaults to 'curl_xml'. + =item B I I If an XPath expression references namespaces, they must be specified @@ -2000,9 +2005,19 @@ Specifies a XPath expression to use for determining the I. The XPath expression must return exactly one element. The element's value is then used as I, possibly prefixed with I (see above). -This value is required. As a special exception, if the "base XPath expression" -(the argument to the B block) returns exactly one argument, then this -option may be omitted. +=item B I + +Specifies a XPath expression to use for determining the I. The +XPath expression must return exactly one element. The element's value is then +used as I. + +=back + +If the "base XPath expression" (the argument to the B block) returns +exactly one argument, then I and I may be omitted. +Otherwise, at least one of I or I is required. + +=over 4 =item B I [I ...] @@ -6743,6 +6758,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. @@ -6763,6 +6779,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 F in +the Linux kernel. + =back =head2 Plugin C