From 03082f5b45577fb2a023d158c964d952d9b98537 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Michel=20Vourg=C3=A8re?= Date: Tue, 12 Nov 2019 11:29:48 +0100 Subject: [PATCH] Update rrdlist manual Add documentation for --noflush and --recursive options. --- doc/rrdlist.pod | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) 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 -- 2.47.2