X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=133c034ceeee752d6ced80a1760387651799539d;hb=909031d0dce30bf52a220024569843304e98ca2e;hp=8a3478102d717122ac4da3ff20d0adc056170dcb;hpb=6299d39b903cb87a3db5b6d2148a2d717754a30a;p=collectd.git diff --git a/README b/README index 8a347810..133c034c 100644 --- a/README +++ b/README @@ -342,6 +342,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. @@ -371,6 +375,9 @@ Features - zfs_arc Statistics for ZFS' “Adaptive Replacement Cache” (ARC). + - zookeeper + Read data from Zookeeper's MNTR command. + * Output can be written or sent to various destinations by the following plugins: @@ -430,6 +437,9 @@ Features - write_kafka Sends data to Apache Kafka, a distributed queue. + - write_log + Writes data to the log + - write_mongodb Sends data to MongoDB, a NoSQL database. @@ -873,6 +883,23 @@ Configuring with libjvm Adding "-ljvm" to the JAVA_LDFLAGS is done automatically, you don't have to do that. +Generating the configure script +------------------------------- + +Collectd ships with a `build.sh' script to generate the `configure' +script shipped with releases. + +To generate the `configure` script, you'll need the following dependencies: + +- autoconf +- automake +- flex +- bison +- libtool +- libtool-ltdl + +The `build.sh' script takes no arguments. + Crosscompiling --------------