diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-08-05 14:55:36 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-08-05 14:55:36 +0000 |
commit | 96c8ed2d25fa69ec39b568e71c7b00eb7ce0c9c4 (patch) | |
tree | 615cac6921695406bfe8866f3f1daafe7a32faf2 /databases/p5-POE-Component-RRDTool/pkg-descr | |
parent | f46c1dd93b85af519512d46bf40ca99bdc7faa40 (diff) | |
download | ports-96c8ed2d25fa69ec39b568e71c7b00eb7ce0c9c4.tar.gz ports-96c8ed2d25fa69ec39b568e71c7b00eb7ce0c9c4.zip |
Notes
Diffstat (limited to 'databases/p5-POE-Component-RRDTool/pkg-descr')
-rw-r--r-- | databases/p5-POE-Component-RRDTool/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/p5-POE-Component-RRDTool/pkg-descr b/databases/p5-POE-Component-RRDTool/pkg-descr new file mode 100644 index 000000000000..0bf9ece17b64 --- /dev/null +++ b/databases/p5-POE-Component-RRDTool/pkg-descr @@ -0,0 +1,14 @@ +RRDtool refers to round robin database tool. Round robin databases have +a fixed number of data points in them and contain a pointer to the +current element. Since the databases have a fixed number of data points +the database size doesn't change after creation. RRDtool allows you to +define a set of archives which consolidate the primary data points in +higher granularity. RRDtool is specialized for time series data and can +be used to create RRD files, update RRDs, retreive data from RRDs, and +generate graphs from the databases. This module provides a POE wrapper +around the rrdtool command line interface. + +WWW: http://search.cpan.org/search?dist=POE-Component-RRDTool + +-- Sergey Skvortsov +skv@FreeBSD.org |