diff options
author | fenner <fenner@FreeBSD.org> | 1999-08-22 16:41:12 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-08-22 16:41:12 +0800 |
commit | 2aefe0b30cc402ac5b657ce7f693752c7350cbfd (patch) | |
tree | 7e25bda407037b507e0fd792ef7e9861fabf8d8c /databases/rrdtool10/pkg-descr | |
parent | 963144a31134f9981df5a8d1b3a9e8e5879e550c (diff) | |
download | freebsd-ports-gnome-2aefe0b30cc402ac5b657ce7f693752c7350cbfd.tar.gz freebsd-ports-gnome-2aefe0b30cc402ac5b657ce7f693752c7350cbfd.tar.zst freebsd-ports-gnome-2aefe0b30cc402ac5b657ce7f693752c7350cbfd.zip |
Round Robin Database Tool - store time-series data with averaging or other
(lossy) historical compression, and create graphs.
PR: ports/12717
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
Diffstat (limited to 'databases/rrdtool10/pkg-descr')
-rw-r--r-- | databases/rrdtool10/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/rrdtool10/pkg-descr b/databases/rrdtool10/pkg-descr new file mode 100644 index 000000000000..ca95d58a230d --- /dev/null +++ b/databases/rrdtool10/pkg-descr @@ -0,0 +1,13 @@ +It is pretty easy to gather status information from all sorts of things, +ranging from the temperature in your office to the number of octets which +have passed through the FDDI interface of your router. But it is not so +trivial to store this data in a efficient and systematic manner. This is +where RRDtool kicks in. It lets you log and analyze the data you gather from +all kinds of data-sources (DS). The data analysis part of RRDtool is based +on the ability to quickly generate graphical representations of the data +values collected over a definable time period. + +WWW: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/ + +--dima +dima@Chg.RU |