From: Jean-Michel Vourgère Date: Tue, 12 Nov 2019 10:29:48 +0000 (+0100) Subject: Update rrdlist manual X-Git-Tag: v1.8.0~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03082f5b45577fb2a023d158c964d952d9b98537;p=thirdparty%2Frrdtool-1.x.git Update rrdlist manual Add documentation for --noflush and --recursive options. --- diff --git a/doc/rrdlist.pod b/doc/rrdlist.pod index cd501078..6c2667e2 100644 --- a/doc/rrdlist.pod +++ b/doc/rrdlist.pod @@ -6,13 +6,18 @@ rrdlist - List directories and rrd databases. B B S<[B<--daemon>|B<-d> I
]> +S<[B<--noflush>|B<-F>]> +S<[B<--recursive>|B<-r>]> I =head1 DESCRIPTION -The B function connects to L, the RRD caching daemon, -and issues a "list" command for the given path. This provides an 'ls-like' -interface for traversing and listing the rrd database tree. +The B function provides an 'ls-like' interface for traversing and listing +the rrd database tree. + +When using the B<--daemon> option, the B function connects to +L, the RRD caching daemon, and issues a "list" command for the given +path. =over 8 @@ -29,6 +34,15 @@ manual. rrdtool list --daemon 127.0.0.1:42218 /cluster/nodes/node1 +=item B<--noflush>|B<-F> + +When using a daemon, Clist> will usually flush its cache to the +disk before performing operations. This option disables cache flushing. + +=item B<--recursive>|B<-r> + +Make the list of rrd databases recursive. + =back =head1 ENVIRONMENT VARIABLES