X-Git-Url: https://git.tokkee.org/?p=rrdtool-all.git;a=blobdiff_plain;f=talks%2Ffisl12%2Fbody.tex;h=b5bd49c59fad4001014fe01326698e563e9bd316;hp=c24c97447dc34b3173f797ece20159a8786bb8cb;hb=11cf92a01c6dd3c2ecbd38eac150eba1eb540a5e;hpb=f600ae4622f26680ca67d9f76e8476cd8090a6b0 diff --git a/talks/fisl12/body.tex b/talks/fisl12/body.tex index c24c9744..b5bd49c5 100644 --- a/talks/fisl12/body.tex +++ b/talks/fisl12/body.tex @@ -45,12 +45,12 @@ \lstset{% language=Perl,% numbers=left,% - basicstyle=\ttfamily\footnotesize\color{black},% - keywordstyle=\color{darkgreen},% + basicstyle=\ttfamily\footnotesize\color{white},% + keywordstyle=\color{lightgreen},% % identifyerstyle=\color{brown},% - commentstyle=\color{mediumpurple},% - stringstyle=\color{dimgray}, - numberstyle=\ttfamily\scriptsize\color{darkgray}, + commentstyle=\color{moccasin},% + stringstyle=\color{lightskyblue}, + numberstyle=\ttfamily\scriptsize\color{gray}, showstringspaces=false } } @@ -63,7 +63,7 @@ numberstyle=\ttfamily\scriptsize, % identifyerstyle=\color{brown},% commentstyle=\itshape,% - stringstyle=\color{black}, + stringstyle=\color{white}, showstringspaces=false } } @@ -85,7 +85,7 @@ \mode{\tableofcontents} -\begin{frame}{a database \ldots} +\begin{frame}{RRDtool is a database \ldots} \begin{itemize}[<+-| alert@+>] \item for time series data \item with graphics included @@ -95,18 +95,21 @@ \end{itemize} \end{frame} -\begin{frame}{designed for speed} +\begin{frame}{RRDtool is designed for speed} \addgraph{update-schematics} \end{frame} -\begin{frame}{rrdtool command line usage} +\begin{frame}{RRDtool command line usage} \begin{description}[<+-| alert@+>] -\item[rrdtool create] setup a database file -\item[rrdtool update] add data -\item[rrdtool graph] create a chart +\item[\texttt{rrdtool create}] to setup a database file +\item[\texttt{rrdtool update}] to add data +\item[\texttt{rrdtool graph}] to create a chart \end{description} \end{frame} +\mode{There are also native interfaces for perl, python, php, ruby, +tcl.} + \begin{frame}{creating a simple rrd} \lstinputlisting[language=bash,firstline=0]{ex/create.sh} One Datasource, 4 Round Robin Archives. @@ -129,9 +132,9 @@ this on the fly be resampling the data.} \mode{ \begin{frame} \begin{description} -\item[I am:] Tobi Oetiker $<$tobi@oetiker.ch$>$ -\item[Handouts for this talk:] \url{http://tobi.oetiker.ch/fisl12/} -\item[My Homepage:] \url{http://tobi.oetiker.ch} +\item[I am] Tobi Oetiker $<$tobi@oetiker.ch$>$ +\item[Handouts for this talk] \url{http://tobi.oetiker.ch/fisl12/} +\item[My Homepage] \url{http://tobi.oetiker.ch} \end{description} \end{frame} }