X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=doc%2Frrdxport.html;h=a20addae803049081515d724f040a46f57c6e03f;hb=70e48e43045e53be72876ccd521ba0b9139b919c;hp=c3c6011be3cc9e145445ada0e98ef5ff35a2d4c6;hpb=40278740122b2b70606a01bb9ca33515ed13c343;p=pkg-rrdtool.git diff --git a/doc/rrdxport.html b/doc/rrdxport.html index c3c6011..a20adda 100644 --- a/doc/rrdxport.html +++ b/doc/rrdxport.html @@ -23,6 +23,7 @@
  • Output format
  • EXAMPLE 1
  • EXAMPLE 2
  • +
  • ENVIRONMENT VARIABLES
  • AUTHOR
  • @@ -45,6 +46,8 @@ [-e|--end seconds] [-m|--maxrows rows] [--step value] +[--json] +[--daemon address] [DEF:vname=rrd:ds-name:CF] [CDEF:vname=rpn-expression] [XPORT:vname[:legend]]

    @@ -86,6 +89,21 @@ for details.

    See the rrdgraph manpage documentation.

    +
    --daemon address
    + +
    +

    Address of the the rrdcached manpage daemon. If specified, a flush command is sent +to the server before reading the RRD files. This allows rrdtool to return +fresh data even if the daemon is configured to cache values for a long time. +For a list of accepted formats, see the -l option in the the rrdcached manpage manual.

    +
    +  rrdtool xport --daemon unix:/var/run/rrdcached.sock ...
    +
    +
    --json
    + +
    +

    produce json formated output (instead of xml)

    +
    --enumds
    @@ -182,6 +200,21 @@ RRD characteristics):


    +

    ENVIRONMENT VARIABLES

    +

    The following environment variables may be used to change the behavior of +rrdtoolxport:

    +
    +
    RRDCACHED_ADDRESS
    + +
    +

    If this environment variable is set it will have the same effect as specifying +the --daemon option on the command line. If both are present, the command +line argument takes precedence.

    +
    +
    +

    +

    +

    AUTHOR

    Tobias Oetiker <tobi@oetiker.ch>