Code

Initial revision
[rrdtool-all.git] / website / index.wml
1 #use wml::std::box
2 #include "$(ROOT)/.wml/template.inc" section=about subsection=none
3 <!--#include virtual="/parsed/logger.html" -->
5 <H1>About RRDtool</H1>
8 #<vspace 10>
10 #<box bdcolor=#000000 bgcolor=#f0f0ff>
11 #<H2*>RRDtool Up Close and Personal</H2*>
12 #At the end of September and in early October, there are two opportunities to learn more about
13 #RRDtool:
14 #
15 #<UL>
16 #<LI>I will be leading a RRDtool workshop @ CAIDA (San Diego) from September
17 #29th to September 30th 1999 (<A
18 #HREF="http://iec.caida.org/workshop/9909/">iec.caida.org/workshop/9909/</A>)</LI>
19 #<LI>On October the 4th I will give a Talk on RRDtool @ NANOG-17 in Montreal
20 #(<A HREF="http://www.nanog.org/mtg-9910/">www.nanog.org/mtg-9910/</A>)</LI>
21 #</UL>
22 #</box> 
24 #<vspace 10>
27 <H2>RRDtool</H2>
29 <P>If you know MRTG, you can think of RRDtool as a reimplementation of MRTGs
30 graphing and logging features. Magnitudes faster and more flexible than you ever
31 thought possible</P>
33 <P>RRD is the Acronym for Round Robin Database. RRD is a system to store and
34 display time-series data (i.e. network bandwidth, machine-room temperature,
35 server load average). It stores the data in a very compact way that will not
36 expand over time, and it presents useful graphs by processing the data to
37 enforce a certain data density. It can be used either via simple wrapper
38 scripts (from shell or Perl) or via frontends that poll network devices and
39 put a friendly user interface on it.</P>
41 <H2>Get IT</H2>
43 <P>RRDtool is available for <A HREF="pub/">download</A> from this site.
44 Currently it compiles on a number of different Unix platforms as well as on
45 NT. No binaries are officially provided at this point in time.</P>
47 <H2>Project -- Happy Tobi</H2>
49 <P>You like RRDtool? <A HREF="$(ROOT)/license.html">There is a simple way to show your appreciation</A>.</P>
51 <H2>The Future</H2>
53 <P>RRDtool is not a full replacement for MRTG, as it does not implement all
54 the frontend and data aquisition features of MRTG. But it is an excellent
55 base for building tools which work much like MRTG only better. Eventually,
56 MRTG-3 will be built on top of RRDtool. You do not have to wait though. If you
57 can program yourselfe you can use RRDtool right out of the box or if you don't program
58 you can use one of several <A HREF="frontends/">frontends</A> which use RRDtool.</P>
60 <P>If you want to stay with MRTG-2 go into the contrib folder of the latest release and take a close look at
61 <B>14all</B>.</P>