diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-11 21:36:40 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:45 +0700 |
commit | 9758714daeebc2587ba39dcc62eeb76fc724f1b7 (patch) | |
tree | 7221885e09cb37212b7bb613ff38396a99780728 /system/collectd/README | |
parent | bf226cca5f35644797f6547594fa4988021583bc (diff) |
system/collectd: Updated for version 5.12.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/collectd/README')
-rw-r--r-- | system/collectd/README | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/system/collectd/README b/system/collectd/README index 64abd67633f29..8b886ee96e2b0 100644 --- a/system/collectd/README +++ b/system/collectd/README @@ -1,12 +1,15 @@ -collectd is a daemon which collects system performance statistics periodically -and provides mechanisms to store the values in a variety of ways, for example -in RRD files and backends like Graphite. +collectd (statistics collection daemon) -collectd gathers statistics about the system it is running on and stores this -information. Those statistics can then be used to find current performance -bottlenecks (i.e. performance analysis) and predict future system load (i.e. -capacity planning). Or if you just want pretty graphs of your private server -and are fed up with some homegrown solution you're at the right place, too ;). +collectd is a daemon which collects system performance statistics +periodically and provides mechanisms to store the values in a variety +of ways, for example in RRD files and backends like Graphite. + +collectd gathers statistics about the system it is running on and +stores this information. Those statistics can then be used to find +current performance bottlenecks (i.e. performance analysis) and +predict future system load (i.e. capacity planning). Or if you just +want pretty graphs of your private server and are fed up with some +homegrown solution you're at the right place, too ;). Optional, tested, recommended dependencies: rrdtool, yajl @@ -17,6 +20,7 @@ libvirt, lua, postgresql This package has several more optional dependencies, which are autodetected, but are mostly not tested by me (feedback welcome!): -ganglia, gpsd, hiredis, i2c-tools, kafka, libdbi, libesmtp, libmemcached, -libmicrohttpd, libmodbus, libsigrok, libstatgrab, mongo-c, mosquitto, -protobuf, protobuf-c, rabbitmq-c, tokyotyrant, varnish, xen +ganglia, gpsd, hiredis, i2c-tools, kafka, libdbi, libesmtp, +libmemcached, libmicrohttpd, libmodbus, libsigrok, libstatgrab, +mongo-c, mosquitto, protobuf, protobuf-c, rabbitmq-c, tokyotyrant, +varnish, xen |