X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=f2617e569dc7a8b81791f1231b145eb2b7def07b;hb=7bc2dfa9f152276c0f39b2fc96f0b4a401795fa5;hp=12ab7c65041c03aaaefa1d464069b3b97eab2479;hpb=705e2594b3e6ce864f05e88e7d1772fa0a85742c;p=collectd.git diff --git a/README b/README index 12ab7c65..f2617e56 100644 --- a/README +++ b/README @@ -349,6 +349,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 +636,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.