Code

Etwas ueberarbeitet
authorzaucker <zaucker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 27 Jun 2008 06:08:31 +0000 (06:08 +0000)
committerzaucker <zaucker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 27 Jun 2008 06:08:31 +0000 (06:08 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1438 a5681a0c-68f1-0310-ab6d-d61299d08faa

tutorial/lisa2008/abstract-rrdexample.txt
tutorial/lisa2008/abstract-rrdtut.txt

index e536e831f0086419ca7c8586d3d8d2d9b6775228..6c2176d73c110907c04acb225f2f9c02bd0aef61 100644 (file)
@@ -2,7 +2,7 @@ LISA 2008 Workshop
 
 RRDtool by Example
 ==================
-A half day workshop by Tobias Oetiker
+A half-day workshop by Tobias Oetiker
 
 Abstract
 --------
@@ -21,29 +21,29 @@ Topics
 * RRDtool Overview
 
   * Rundown on Components of RRDtool
-  * Update on new Functionality introduced in 1.3
+  * Update on new functionality introduced in version 1.3
 
-* The RRD database format
+* The RRD Database Format
 
-  * How does RRDtool store that data
-  * Interaction with the OS Cache subsystem
-  * Linux Tricks
-  * Fixing 'bad data' after the fact.
+  * How RRDtool stores that data
+  * Interaction with the OS cache sub-system
+  * Linux tricks
+  * Fixing 'bad data' after the fact
 
-* How to setup an RRD performance test.
+* How to setup an RRD performance test
 
 * RRD Graphing
 
-  * Simple Graphs and Autoconfiguration
-  * Alternate Scaling
+  * Simple graphs and autoconfiguration
+  * Alternate scaling
   * Working with transparency
-  * Creating Gradients
-  * RPN Magic
+  * Creating gradients
+  * RPN magic
 
-* Putting it together
+* Putting it Together
 
-  * Scripting Interface
-  * The graphv, updatev, info interfaces
+  * Scripting interface
+  * The graphv, updatev, and info interfaces
 
 About the Speaker
 -----------------
index 2c05825a8fe206f9d606f3d598ec99a52e127608..008ac1f902ce98a50bea5943cc6f3a3037e747d4 100644 (file)
@@ -1,8 +1,8 @@
-LISA 2007 Tutorial
+LISA 2008 Tutorial
 
 RRDtool as a Communication Tool
 ===============================
-A half day tutorial by Tobias Oetiker
+A half-day tutorial by Tobias Oetiker
 
 Abstract
 --------
@@ -11,7 +11,7 @@ time-series data in the networking area. RRDtool takes care of all the work
 related to data storage and presentation. Many users only access RRDtool
 through some front-end application like Cacti or Cricket.
 
-In this half day tutorial you will learn how RRDtool works from a
+In this half-day tutorial you will learn how RRDtool works from a
 programmers point of view, and how you can use it to write your own custom
 monitoring applications. An emphasis will be put on presentation aspects.
 The best data is worth only as much as your bosses and customers understand
@@ -34,13 +34,13 @@ Topics
   * The pipe interface
   * The Perl api
 
-* In-Depth Graphing 
+* In-depth Graphing 
 
   * Concepts
   * Simple graphs
   * The joy of RPN
   * Graph disassembly
-  * How to make graphs talk
+  * How to make graphs convey their/your message
 
 * Scaling RRDtool