X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=doc%2Frrdinfo.html;h=76863527fb631a42c2200c4c1fb583224a62340c;hb=c397a78525a287fbb64551ebd8834d1c2407e01d;hp=3c2e933a008a9f740e308baf32416938904c0dbb;hpb=51c3d3fb997c22e1ee828470413f1e84989e1f6c;p=pkg-rrdtool.git diff --git a/doc/rrdinfo.html b/doc/rrdinfo.html index 3c2e933..7686352 100644 --- a/doc/rrdinfo.html +++ b/doc/rrdinfo.html @@ -21,6 +21,7 @@
  • SYNOPSIS
  • DESCRIPTION
  • EXAMPLE
  • +
  • ENVIRONMENT VARIABLES
  • AUTHOR
  • @@ -38,7 +39,8 @@


    SYNOPSIS

    -

    rrdtool info filename.rrd

    +

    rrdtool info filename +[--daemon address]


    @@ -47,6 +49,23 @@ a parsing friendly format.

    Check the rrdcreate manpage if you are uncertain about the meaning of the individual keys.

    +
    +
    filename
    + +
    +

    The name of the RRD you want to examine.

    +
    +
    --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 info --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd
    +
    +


    @@ -62,6 +81,7 @@ data sources.

    rrd_version = "0001" step = 300 last_update = 955892996 + header_size = 2872 ds[a].type = "GAUGE" ds[a].minimal_heartbeat = 600 ds[a].min = NaN @@ -82,11 +102,19 @@ data sources.

    rra[0].cdp_prep[0].unknown_datapoints = 0 rra[0].cdp_prep[1].value = nan rra[0].cdp_prep[1].unknown_datapoints = 0 +

    +

    +
    +

    ENVIRONMENT VARIABLES

    +

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

    -
    filename.rrd
    +
    RRDCACHED_ADDRESS
    -

    The name of the RRD you want to examine.

    +

    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.