1RRDLIST(1) rrdtool RRDLIST(1)
2
3
4
6 rrdlist - List directories and rrd databases.
7
9 rrdtool list [--daemon|-d address] [--noflush|-F] [--recursive|-r] path
10
12 The list function provides an 'ls-like' interface for traversing and
13 listing the rrd database tree.
14
15 When using the --daemon option, the list function connects to
16 rrdcached, the RRD caching daemon, and issues a "list" command for the
17 given path.
18
19 path The path (starting with '/') with '/' being the rrdcached
20 base_dir.
21
22 --daemon|-d address
23 Address of the rrdcached daemon. If not specified, the
24 RRDCACHED_ADDRESS environment variable must be set (see below).
25 For a list of accepted formats, see the -l option in the
26 rrdcached manual.
27
28 rrdtool list --daemon 127.0.0.1:42218 /cluster/nodes/node1
29
30 --noflush|-F
31 When using a daemon, "rrdtool list" will usually flush its
32 cache to the disk before performing operations. This option
33 disables cache flushing.
34
35 --recursive|-r
36 Make the list of rrd databases recursive.
37
39 The following environment variables may be used to change the behavior
40 of "rrdtool list":
41
42 RRDCACHED_ADDRESS
43 If this environment variable is set it will have the same effect as
44 specifying the "--daemon" option on the command line. If both are
45 present, the command line argument takes precedence.
46
48 Sebastien Dugue <sebastien.dugue@atos.net>
49
50
51
521.8.0 2022-03-14 RRDLIST(1)