summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e907b37)
raw | patch | inline | side by side (parent: e907b37)
author | zaucker <zaucker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 27 Jun 2008 06:08:31 +0000 (06:08 +0000) | ||
committer | zaucker <zaucker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 27 Jun 2008 06:08:31 +0000 (06:08 +0000) |
tutorial/lisa2008/abstract-rrdexample.txt | patch | blob | history | |
tutorial/lisa2008/abstract-rrdtut.txt | patch | blob | history |
index e536e831f0086419ca7c8586d3d8d2d9b6775228..6c2176d73c110907c04acb225f2f9c02bd0aef61 100644 (file)
RRDtool by Example
==================
-A half day workshop by Tobias Oetiker
+A half-day workshop by Tobias Oetiker
Abstract
--------
* 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)
-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
--------
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
* 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