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

+ - - -

@@ -58,7 +50,8 @@ RRDs::tune ... RRDs::times(start, end) RRDs::dump ... - RRDs::restore ... + RRDs::restore ... + RRDs::flushcached ...


@@ -78,7 +71,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.

@@ -145,7 +138,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.