From: zaucker Date: Fri, 27 Jun 2008 06:08:31 +0000 (+0000) Subject: Etwas ueberarbeitet X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f13ff88d86ed5777db72421d8d1c3300d8b6e6ae;p=rrdtool-all.git Etwas ueberarbeitet git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1438 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/tutorial/lisa2008/abstract-rrdexample.txt b/tutorial/lisa2008/abstract-rrdexample.txt index e536e831..6c2176d7 100644 --- a/tutorial/lisa2008/abstract-rrdexample.txt +++ b/tutorial/lisa2008/abstract-rrdexample.txt @@ -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 ----------------- diff --git a/tutorial/lisa2008/abstract-rrdtut.txt b/tutorial/lisa2008/abstract-rrdtut.txt index 2c05825a..008ac1f9 100644 --- a/tutorial/lisa2008/abstract-rrdtut.txt +++ b/tutorial/lisa2008/abstract-rrdtut.txt @@ -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