RRDcollect is a system for reading system statistical data and feeding it to RRDtool. Designed to be both flexible and use little resources. Currently only reading of /proc/ files works, SNMP support is planned.
Usage: rrdcollect [OPTION]...
General options:
-c, --config=FILE specify alternative config file.
-n, --no-fork do not even think about forking.
-v, --verbose increase verbosity, implies -n.
RRD update options:
-o, --output=FILE writes update commands to FILE.
-p, --pipe[=RRDTOOL] opens pipe to RRDTOOL and sends it commands.
If no RRD update option is given, RRDcollect opens pipe to rrdtool - >/dev/null program.
Help options:
-V, --version display the version of RRDcollect and exit.
-h, --help print this help.
--usage terse usage information.
Product's homepage
What's New in This Release: [ read full changelog ]
· fix a memory leak introduced in 0.2.6
· remove from ChangeLog all entries about removed files