diff options
author | skv <skv@FreeBSD.org> | 2002-08-05 22:55:36 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-08-05 22:55:36 +0800 |
commit | efb00b436ea6263885baf39c17f9544b4d0274cf (patch) | |
tree | c050a5700c13611a4f5a34d458c7068075d4e983 /net/p5-POE-Component-RRDTool/pkg-descr | |
parent | 89fc9af6a521c5fb167914f9a0ff599c1188e792 (diff) | |
download | freebsd-ports-gnome-efb00b436ea6263885baf39c17f9544b4d0274cf.tar.gz freebsd-ports-gnome-efb00b436ea6263885baf39c17f9544b4d0274cf.tar.zst freebsd-ports-gnome-efb00b436ea6263885baf39c17f9544b4d0274cf.zip |
Add p5-POE-Component-RRDTool 0.14,
POE interface to Round Robin
Database Tools.
Diffstat (limited to 'net/p5-POE-Component-RRDTool/pkg-descr')
-rw-r--r-- | net/p5-POE-Component-RRDTool/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/p5-POE-Component-RRDTool/pkg-descr b/net/p5-POE-Component-RRDTool/pkg-descr new file mode 100644 index 000000000000..0bf9ece17b64 --- /dev/null +++ b/net/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 |