Code

even with libdbi enabled, do not mistake "sqlxxabc.rrd" for an sql url -- Peter Stamfest
[rrdtool.git] / doc / rrdinfo.pod
index d147756c90be9e873c81983cd835b063f14dfa26..1752b69366265b9e9111c0811302136c928830a3 100644 (file)
@@ -30,6 +30,12 @@ For a list of accepted formats, see the B<-l> option in the L<rrdcached> manual.
 
  rrdtool info --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd
 
+=item B<--noflush> 
+
+Omit the C<flush> command usually sent to the daemon prior to retrieving the
+data.  If all you are interested in the the RRD Structure, and not the last update
+time or current values, then this will improve efficiency.
+
 =back
 
 =head1 EXAMPLE