• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bindings/H03-May-2022-4,7153,477

doc/H03-May-2022-17,06014,425

examples/H03-May-2022-1,3311,087

netware/H19-Jan-2009-566459

src/H03-May-2022-27,46021,176

win32/H19-Jan-2009-1,7931,587

CHANGESH A D19-Jan-2009119 KiB3,7442,501

CONTRIBUTORSH A D19-Jan-20093.8 KiB7573

COPYINGH A D19-Jan-200914.8 KiB281237

COPYRIGHTH A D19-Jan-20093.5 KiB9174

Makefile.amH A D19-Jan-20091.6 KiB5124

Makefile.inH A D19-Jan-200922.1 KiB722626

NEWSH A D19-Jan-20091.9 KiB6345

READMEH A D19-Jan-20092.4 KiB7651

THREADSH A D19-Jan-20092.5 KiB6144

TODOH A D19-Jan-20092.1 KiB6943

acinclude.m4H A D19-Jan-200919.5 KiB549487

aclocal.m4H A D19-Jan-2009270.5 KiB7,6856,906

compileH A D19-Jan-20093.6 KiB14379

config.guessH A D19-Jan-200943.5 KiB1,5171,305

config.subH A D19-Jan-200932 KiB1,6271,483

configureH A D03-May-2022949 KiB30,76325,041

configure.acH A D19-Jan-200922.7 KiB810659

depcompH A D19-Jan-200915.6 KiB531330

install-shH A D19-Jan-20099 KiB324189

ltmain.shH A D14-Mar-2007191.8 KiB6,8645,416

missingH A D19-Jan-200910.8 KiB361268

rrd_config.h.inH A D19-Jan-200911.2 KiB465338

rrdtool.specH A D19-Jan-200914.4 KiB482362

README

1Round Robin Database Tools
2==========================
3
4It is pretty easy to gather status information from all sorts of things,
5ranging from the temperature in your office to the number of octets which
6have passed through the FDDI interface of your router. But it is not so
7trivial to store this data in a efficient and systematic manner. This is
8where RRDtool kicks in. It lets you log and analyze the data you gather from
9all kinds of data-sources (DS). The data analysis part of RRDtool is based
10on the ability to quickly generate graphical representations of the data
11values collected over a definable time period.
12
13
14To compile:
15-----------
16
17check out the instructions in doc/rrdbuild.txt
18
19Getting Started:
20----------------
21
22Either after compiling or after installing you can try the example
23RRDtool applications in the examples directory.
24
25To learn:
26---------
27
28Read the documentation in the doc directory. Start of with
29RRDtool. All documents are available as html and as ASCII text.
30
31If you are looking for a more slow paced introduction, make sure to read
32Alex van den Bogaerdt's rrdtutorial which is also available from the doc
33directory. Also read his cdeftutorial and Steve Rader's rpntutorial.
34
35If you want to know about the format of the log files check
36src/rrd_format.h there are a lot of comments in there ...
37
38How to make Tobi happy:
39-----------------------
40
41If you want to show your appreciation for RRDtool you could make me happy
42by going to http://tobi.oetiker.ch/wish and ordering a CD from
43my CD wish list ...
44
45
46How to keep in touch:
47---------------------
48
49There are 3 Mailing lists for RRDtool:
50
51rrd-announce	LOW volume RRDtool Announcements List (Only Stable Releases)
52rrd-users       For discussion amongst people who use RRDtool in their applications
53rrd-developers  For people who actually HACK RRDtool code
54
55To subscribe to <MAILGLIST> send a message with the subject 'subscribe'
56to <MAILGLIST>-request@lists.oetiker.ch
57
58Note, that postings to rrd-announce will always be cross-posted
59to rrd-users and rrd-developers as well.
60
61To Contribute:
62--------------
63
64Contributed feature and bug patches are most welcome. But please
65send complete patches. A complete patch patches the CODE as well
66as the CHANGES, CONTRIBUTORS and the POD files.
67
68Use GNU   diff --unified --recursive olddir newdir   to build your patches.
69
70The latest Version:
71-------------------
72Is available from http://oss.oetiker.ch/rrdtool/
73
74
75Tobias Oetiker <tobi@oetiker.ch>
76