1999-08-22 10:41:12 +02:00
|
|
|
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
|
2003-02-20 08:33:56 +01:00
|
|
|
all kinds of data-sources. The data analysis part of RRDtool is based
|
1999-08-22 10:41:12 +02:00
|
|
|
on the ability to quickly generate graphical representations of the data
|
|
|
|
values collected over a definable time period.
|
|
|
|
|
2005-05-10 11:44:15 +02:00
|
|
|
WWW: http://www.rrdtool.org/
|