X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=2a64756e17649e7551f15dddf38ee8321b6b8c77;hb=refs%2Fheads%2Fms%2Fwpar;hp=7d1a64a35f926ec81e183c4056adcb438bf09e72;hpb=37676c3b280e15df8efbef2a3dc6c9096d1ae03b;p=collectd.git diff --git a/README b/README index 7d1a64a3..2a64756e 100644 --- a/README +++ b/README @@ -208,6 +208,10 @@ Features write your own plugins in Perl and return arbitrary values using this API. See collectd-perl(5). + - pinba + Receive and dispatch timing values from Pinba, a profiling extension for + PHP. + - ping Network latency: Time to reach the default gateway or another given host. @@ -284,6 +288,9 @@ Features - users Users currently logged in. + - varnish + Various statistics from Varnish, an HTTP accelerator. + - vmem Virtual memory statistics, e. g. the number of page-ins/-outs or the number of pagefaults. @@ -295,6 +302,10 @@ Features - wireless Link quality of wireless cards. Linux only. + - wpar + CPU usage, memory utilization and system load of AIX's “Workload + Partitions” (WPAR). + - xmms Bitrate and frequency of music played with XMMS. @@ -591,6 +602,11 @@ Prerequisites The PostgreSQL C client library used by the `postgresql' plugin. + * libprotobuf-c, protoc-c (optional) + Used by the `pinba' plugin to generate a parser for the network packets + sent by the Pinba PHP extension. + + * libpython (optional) Used by the `python' plugin. Currently, only 2.3 ≦ Python < 3 is supported. @@ -641,6 +657,10 @@ Prerequisites Parse JSON data. This is needed for the `curl_json' plugin. + * libvarnish (optional) + Fetches statistics from a Varnish instance. This is needed for the Varnish plugin + + Configuring / Compiling / Installing ------------------------------------