From: oetiker Date: Thu, 12 Jul 2007 20:33:12 +0000 (+0000) Subject: monor updates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=18c2a1bc236ec466cb9bcba64e32caff742cfada;p=rrdtool-all.git monor updates git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1147 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/tutorial/emanics/rrd-exercises.tex b/tutorial/emanics/rrd-exercises.tex index d26b84bf..8ad84505 100644 --- a/tutorial/emanics/rrd-exercises.tex +++ b/tutorial/emanics/rrd-exercises.tex @@ -99,8 +99,12 @@ Round Robin Database. Use the command line tool\\ The RRD should store the data for 24 hours at 5 minute resolution and for a month at one hour resolution. For the one hour resolution you want to keep both the average and the 5 minute maximum data. + \end{work} +Use \cmd{rrdtool info database.rrd} to see the structure of the rrd file you +just created. + \ex{Coupling of Data Values} All values stored in a single RRD must be updated synchronously. Also, @@ -127,7 +131,6 @@ add \cmd{use lib \$ENV\{RH\}.'/lib/perl';}\\ \cmd{use RRDs;} - to the very beginning of your script. \begin{work} @@ -158,6 +161,7 @@ traffic of your workstation. This file will contain new data each time you read update. \end{work} +Use \cmd{rrdtool dump file.rrd} what data is stored in the rrd file. \section{Creating graphs} \ex{Line Graphs} diff --git a/tutorial/emanics/rrdtutorial.odp b/tutorial/emanics/rrdtutorial.odp index 279bed00..2d9c0d0e 100644 Binary files a/tutorial/emanics/rrdtutorial.odp and b/tutorial/emanics/rrdtutorial.odp differ diff --git a/tutorial/linuxforum2007/rrdtutorial.odp b/tutorial/linuxforum2007/rrdtutorial.odp index 6df0e3f8..0cf9908b 100644 Binary files a/tutorial/linuxforum2007/rrdtutorial.odp and b/tutorial/linuxforum2007/rrdtutorial.odp differ