X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=56444fe142fd33cc207fbcfb04a17814f8d88894;hb=refs%2Fheads%2Fem%2Fvmware;hp=67cac046aa835e8c0a319a5097e88c74c6914fe4;hpb=ab55c79a0fee35932995d9f492730dc131034d52;p=collectd.git diff --git a/README b/README index 67cac046..56444fe1 100644 --- a/README +++ b/README @@ -133,7 +133,7 @@ Features technique built into IBM's POWER processors. - libvirt - CPU, disk and network I/O statistics from virtual machines. + CPU, memory, disk and network I/O statistics from virtual machines. - madwifi Queries very detailed usage statistics from wireless LAN adapters and @@ -222,6 +222,9 @@ Features write your own plugins in Perl and return arbitrary values using this API. See collectd-perl(5). + - pf + Query statistics from BSD's packet filter "pf". + - pinba Receive and dispatch timing values from Pinba, a profiling extension for PHP. @@ -281,6 +284,10 @@ Features Follows (tails) logfiles, parses them by lines and submits matched values. + - tail_csv + Follows (tails) files in CSV format, parses each line and submits + extracted values. + - tape Bytes and operations read and written on tape devices. Solaris only. @@ -309,6 +316,10 @@ Features - varnish Various statistics from Varnish, an HTTP accelerator. + - vmware + The VMware plugin collects information exposed to a guest virtual + machine running on a VMware hypervisor through the VMware Guest SDK. + - vmem Virtual memory statistics, e. g. the number of page-ins/-outs or the number of pagefaults. @@ -376,9 +387,15 @@ Features requests. The transmitted data is either in a form understood by the Exec plugin or formatted in JSON. + - write_mongodb + Sends data to MongoDB, a NoSQL database. + - write_redis Sends the values to a Redis key-value database server. + - write_riemann + Sends data to Riemann, a stream processing and monitoring system. + * Logging is, as everything in collectd, provided by plugins. The following plugins keep up informed about what's going on: @@ -458,6 +475,10 @@ Features * Miscellaneous plugins: + - aggregation + Selects multiple value lists based on patterns or regular expressions + and creates new aggregated values lists from those. + - threshold Checks values against configured thresholds and creates notifications if values are out of bounds. See collectd-threshold(5) for details.