slackbuilds_ponce/system/collectd
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
collectd.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
collectd.SlackBuild system/collectd: Added (statistics collection daemon) 2012-08-14 22:30:50 -05:00
doinst.sh system/collectd: Added (statistics collection daemon) 2012-08-14 22:30:50 -05:00
README system/collectd: Added (statistics collection daemon) 2012-08-14 22:30:50 -05:00
slack-desc system/collectd: Added (statistics collection daemon) 2012-08-14 22:30:50 -05:00

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 ;).