X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=README;h=9604fda3522625d089542adf1dda8c8fddb1900c;hp=12ab7c65041c03aaaefa1d464069b3b97eab2479;hb=2cbd37356b2a3d3890b335d01e0d563269b448be;hpb=705e2594b3e6ce864f05e88e7d1772fa0a85742c diff --git a/README b/README index 12ab7c65..9604fda3 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. @@ -632,6 +639,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.