X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=6ac7e2b984e0a24e68d529372816decd3ab41b2b;hb=2d51f3eaee79b36f9ec51381075b1f486b7921b8;hp=12ab7c65041c03aaaefa1d464069b3b97eab2479;hpb=eea01a8f212634414a21462ba79dc058dc5fb304;p=collectd.git diff --git a/README b/README index 12ab7c65..6ac7e2b9 100644 --- a/README +++ b/README @@ -107,6 +107,9 @@ Features Values gathered by a custom program or script. See collectd-exec(5). + - fhcount + File handles statistics. + - filecount Count the number of files in directories. @@ -349,6 +352,10 @@ Features Reads the number of records and file size from a running Tokyo Tyrant server. + - turbostat + Reads CPU frequency and C-state residency on modern Intel + turbo-capable processors. + - uptime System uptime statistics. @@ -378,6 +385,10 @@ Features - zfs_arc Statistics for ZFS' “Adaptive Replacement Cache” (ARC). + - zone + Measures the percentage of cpu load per container (zone) under Solaris 10 + and higher + - zookeeper Read data from Zookeeper's MNTR command. @@ -457,7 +468,7 @@ Features database. * Logging is, as everything in collectd, provided by plugins. The following - plugins keep up informed about what's going on: + plugins keep us informed about what's going on: - logfile Writes log messages to a file or STDOUT/STDERR. @@ -632,6 +643,12 @@ Prerequisites Used by the `smart' plugin. + * libcap (optional) + The `turbostat' plugin can optionally build Linux Capabilities support, + which avoids full privileges requirement (aka. running as root) to read + values. + + * libclntsh (optional) Used by the `oracle' plugin.