author | Pavel Rochnyak <pavel2000@ngs.ru> | |
Wed, 18 Oct 2017 09:02:55 +0000 (16:02 +0700) | ||
committer | GitHub <noreply@github.com> | |
Wed, 18 Oct 2017 09:02:55 +0000 (16:02 +0700) |
processes: Improved documentation
1 | 2 | |||
---|---|---|---|---|
src/collectd.conf.pod | patch | | diff1 | | diff2 | | blob | history |
diff --cc src/collectd.conf.pod
index c92e3fdeb2a3bfd565d716cfd8ffd28c6d667123,b4140a001cede7df45a412fea4de05a76fc506e6..4c4c261e3c185346c53d05ff8658623e2db1f2b2
+++ b/src/collectd.conf.pod
=item B<CollectContextSwitch> I<Boolean>
- Collect context switch of the process.
+ Collect the number of context switches for matched processes.
+ Disabled by default.
+
+ =item B<CollectFileDescriptor> I<Boolean>
+
+ Collect number of file descriptors of matched processes.
+ Disabled by default.
+=item B<CollectMemoryMaps> I<Boolean>
+
+Collect the number of memory mapped files of the process.
+The limit for this number is configured via F</proc/sys/vm/max_map_count> in
+the Linux kernel.
+
=back
+ Options B<CollectContextSwitch> and B<CollectFileDescriptor> may be used inside
+ B<Process> and B<ProcessMatch> blocks - then they affect corresponding match
+ only. Otherwise they set the default value for subsequent matches.
+
=head2 Plugin C<protocols>
Collects a lot of information about various network protocols, such as I<IP>,