From: Jérôme Renard Date: Mon, 14 Jun 2010 08:54:30 +0000 (+0200) Subject: - Varnish plugin : added pod documentation X-Git-Tag: collectd-5.0.0-beta0~103^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=835a08771b95afec14114db407b86da33aa19558;p=collectd.git - Varnish plugin : added pod documentation --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 0fcd6746..cfc4b35c 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -4344,6 +4344,68 @@ Take the UUID from the given file (default I). =back +=head2 Plugin C + +The Varnish plugin collects information about Varnish, an HTTP accelerator. + +=over 4 + +=item B B|B + +Cache hits and misses. True by default. + +=item B B|B + +Number of client connections received, accepted and dropped. True by default. + +=item B B|B + +Back-end connection statistics, such as successful, reused, +and closed connections. True by default. + +=item B B|B + +Statistics about the shared memory log, a memory region to store +log messages which is flushed to disk when full. True by default. + +=item B B|B + +Edge Side Includes (ESI) parse statistics. False by default. + +=item B B|B + +Statistics about fetches (HTTP requests sent to the backend). False by default. + +=item B B|B + +Inserts and look-ups in the crit bit tree based hash. Look-ups are +divided into locked and unlocked look-ups. False by default. + +=item B B|B + +malloc or umem (umem_alloc(3MALLOC) based) storage statistics. +The umem storage component is Solaris specific. False by default. + +=item B B|B + +synth (synthetic content) storage statistics. This storage +component is used internally only. False by default. + +=item B B|B + +file (memory mapped file) storage statistics. False by default. + +=item B B|B + +Collects overview counters, such as the number of sessions created, +the number of requests and bytes transferred. False by default. + +=item B B|B + +Collect statistics about worker threads. False by default. + +=back + =head2 Plugin C The C plugin collects information about the usage of virtual memory.