Alternate update interface, updatev. Returns info about CDPs written to disk as resul...
[rrdtool.git] / doc / rrdtool.pod
index cd4757f..40f2ea6 100644 (file)
@@ -50,6 +50,10 @@ Set up a new Round Robin Database (RRD). Check L<rrdcreate>.
 
 Store new data values into an RRD. Check L<rrdupdate>.
 
+=item B<updatev>
+
+Operation equivalent to B<update> except for output. Check L<rrdupdate>.
+
 =item B<graph>
 
 Create a graph from data stored in one or several RRD. Apart from
@@ -78,6 +82,10 @@ Alter setup of an RRD. Check L<rrdtune>.
 
 Find last update time of an RRD. Check L<rrdlast>.
 
+=item B<info>
+
+Get information about an RRD. Check L<rrdinfo>.
+
 =item B<rrdresize>
 
 Change the size of individual RRAs ... Dangerous! Check L<rrdresize>.