X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=doc%2Frrdxport.html;h=c3c6011be3cc9e145445ada0e98ef5ff35a2d4c6;hb=51c3d3fb997c22e1ee828470413f1e84989e1f6c;hp=02316c3a370c97d5b440021573aaa22eadfcd5a3;hpb=1559397b94b4af3de73cfa23c04be31d8bee53e7;p=pkg-rrdtool.git diff --git a/doc/rrdxport.html b/doc/rrdxport.html index 02316c3..c3c6011 100644 --- a/doc/rrdxport.html +++ b/doc/rrdxport.html @@ -9,8 +9,10 @@ -

+ +
+

+ + +

@@ -51,7 +57,7 @@ representation of the data stored in one or several RRDs. It can also extract numerical reports.

If no XPORT statements are found, there will be no output.

-
-s|--start seconds (default end-1day)
+
-s|--start seconds (default end-1day)

The time when the exported range should begin. Time in seconds since @@ -67,7 +73,7 @@ documentation for a detailed explanation on how to specify time.

See also AT-STYLE TIME SPECIFICATION section in the rrdfetch documentation for a detailed explanation of ways to specify time.

-
-m|--maxrows rows (default 400 rows)
+
-m|--maxrows rows (default 400 rows)

This works like the -w|--width parameter of rrdgraph. @@ -75,29 +81,29 @@ In fact it is exactly the same, but the parameter was renamed to describe its purpose in this module. See rrdgraph documentation for details.

-
--step value (default automatic)
+
--step value (default automatic)

See the rrdgraph manpage documentation.

-
--enumds
+
--enumds

The generated xml should contain the data values in enumerated tags.

  <v0>val</v0><v1>val</v1>
-
DEF:vname=rrd:ds-name:CF
+
DEF:vname=rrd:ds-name:CF

See rrdgraph documentation.

-
CDEF:vname=rpn-expression
+
CDEF:vname=rpn-expression

See rrdgraph documentation.

-
XPORT:vname::legend
+
XPORT:vname::legend

At least one XPORT statement should be present. The values