X-Git-Url: https://git.tokkee.org/?p=pkg-rrdtool.git;a=blobdiff_plain;f=doc%2FRRDs.html;h=71b6a68bbefe76abd93df66469f793f8219d6ba0;hp=45da6e7a27278bf3ae8e16a762301c6e57beb559;hb=645054bac6187b0e83fd4125fd59e4feda216b64;hpb=ffa00ac697dccce18dca8880ca7a14066521ac5c diff --git a/doc/RRDs.html b/doc/RRDs.html index 45da6e7..71b6a68 100644 --- a/doc/RRDs.html +++ b/doc/RRDs.html @@ -1,14 +1,18 @@ + RRDs + -

+ +
+

+ + +

@@ -71,7 +79,7 @@ RRDtool documentation. The command line call

  --template=in:out

is also valid.

-

The RRDs::times function takes two parameters: a ``start'' and ``end'' time. +

The RRDs::times function takes two parameters: a "start" and "end" time. These should be specified in the AT-STYLE TIME SPECIFICATION format used by RRDtool. See the rrdfetch documentation for a detailed explanation on how to specify time.

@@ -138,7 +146,7 @@ integers, a pointer to an array and a pointer to a array of pointers.

print "\n"; }

RRDs::times returns two integers which are the number of seconds since -epoch (1970-01-01) for the supplied ``start'' and ``end'' arguments, respectively.

+epoch (1970-01-01) for the supplied "start" and "end" arguments, respectively.

See the examples directory for more ways to use this extension.