summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 97fe230)
raw | patch | inline | side by side (parent: 97fe230)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 21 Nov 2008 18:11:00 +0000 (19:11 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 6 Dec 2008 09:21:03 +0000 (10:21 +0100) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 61ba481b45d369164509fd01727c367c6b47932b..40bdf11335957bd2883e3f0fe52af43f31b29bf6 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
(RSS), user- and system-time used, number of processes and number of threads,
and minor and major pagefaults.
+=item B<ProcessMatch> I<name> I<regex>
+
+Similar to the B<Process> option this allows to select more detailed
+statistics of processes matching the specified I<regex> (see L<regex(7)> for
+details). The statistics of all matching processes are summed up and
+dispatched to the daemon using the specified I<name> as an identifier. This
+allows to "group" several processes together. I<name> must not contain
+slashes.
+
=back
=head2 Plugin C<rrdcached>
L<mbmon(1)>,
L<pcre(3)>,
L<psql(1)>,
+L<regex(7)>,
L<rrdtool(1)>,
L<sensors(1)>