diff options
author | Lionel Young <lionelyoung@gmail.com> | 2012-08-11 14:21:24 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-14 22:30:50 -0500 |
commit | fefebaa0a14ce7c6abe411b689246180d4cfdddf (patch) | |
tree | 76d0d34773cfa356d48e499e12172f0dabf8b6ff /system/collectd/README | |
parent | 101fb426987bb95a041af9b6f847baf31e5ccb1a (diff) | |
download | slackbuilds-fefebaa0a14ce7c6abe411b689246180d4cfdddf.tar.gz |
system/collectd: Added (statistics collection daemon)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/collectd/README')
-rw-r--r-- | system/collectd/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/collectd/README b/system/collectd/README new file mode 100644 index 0000000000..1ac01630cd --- /dev/null +++ b/system/collectd/README @@ -0,0 +1,9 @@ +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 ;). |