1RRDLIST(1)                          rrdtool                         RRDLIST(1)
2
3
4

NAME

6       rrdlist - List directories and rrd databases.
7

SYNOPSIS

9       rrdtool list [--daemon|-d address] path
10

DESCRIPTION

12       The list function connects to rrdcached, the RRD caching daemon, and
13       issues a "list" command for the given path. This provides an 'ls-like'
14       interface for traversing and listing the rrd database tree.
15
16       path    The path (starting with '/') with '/' being the rrdcached
17               base_dir.
18
19       --daemon|-d address
20               Address of the rrdcached daemon. If not specified, the
21               RRDCACHED_ADDRESS environment variable must be set (see below).
22               For a list of accepted formats, see the -l option in the
23               rrdcached manual.
24
25                rrdtool list --daemon 127.0.0.1:42218 /cluster/nodes/node1
26

ENVIRONMENT VARIABLES

28       The following environment variables may be used to change the behavior
29       of "rrdtool list":
30
31       RRDCACHED_ADDRESS
32           If this environment variable is set it will have the same effect as
33           specifying the "--daemon" option on the command line. If both are
34           present, the command line argument takes precedence.
35

AUTHOR

37       Sebastien Dugue <sebastien.dugue@atos.net>
38
39
40
411.7.1                             2019-02-04                        RRDLIST(1)
Impressum