Code

Initial revision
[rrdtool-all.git] / website / frontends / rrgrapher.wml
1 #include "$(ROOT)/.wml/template.inc" section=frontends subsection=rrgrapher
3 <h1>RRGrapher</h1>
4 <p>by Dave Plonka</p>
6 <p>
8 RRGrapher is a front-end for RRDTOOL that allows you to interactively
9 build graphs of your own design.  It allows you the freedom to use any
10 combination of other RRDTOOL frond-ends such as MRTG, Cricket, and
11 14all to create and maintain the .rrd files, but generate graphs
12 containing data from any of those sources in the same graphs.
14 </p>
16 <p>
18 Unlike other RRDTOOL front-ends, RRGrapher doesn't produce ".rrd"
19 files, it is used in conjunction with other popular front-ends, or
20 custom front-ends of your own devising.
22 </p>
24 <p>
26 RRGrapher's features include:
28 </p>
30 <ul>
32 <li>
34 A simple installation - RRGrapher is just a single CGI script.
36 </li>
38 <li>
40 The ability to create graphs from data sources stored in many ".rrd"
41 files, even those created by any number of different RRDTOOL
42 front-ends.
44 </li>
46 <li>
48 "Bookmark-able" URLs for your web browser - RRGrapher generates URLs
49 which contain all the information needed to reproduce your custom
50 graph, allowing you to produce them on-demand in the future.
52 </li>
54 <li>
56 Display of an rrdtool command-line that you could use to generate the
57 graph - RRGrapher could help you to learn how to use RRDTOOL, or will
58 at least provide a command line which you can cut-and-paste to generate
59 your graph in "batch" mode, for instance to display on a web page.
61 </li>
63 </ul>
65 <p>
67 RRGrapher is available at
68 <a href="http://net.doit.wisc.edu/~plonka/RRGrapher/">http://net.doit.wisc.edu/~plonka/RRGrapher/</a>.
70 </p>