From 67a2b8737151844bb09d3a33566a36cc92a275ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 1 Jul 2013 12:12:18 +0200 Subject: [PATCH] doc: updated options / parameters MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Å karvada --- doc/rrdtool.pod | 21 +++++++++++++++------ doc/rrdupdate.pod | 4 ++-- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/doc/rrdtool.pod b/doc/rrdtool.pod index 0d701ca4..cfee929f 100644 --- a/doc/rrdtool.pod +++ b/doc/rrdtool.pod @@ -58,6 +58,11 @@ Operationally equivalent to B except for output. Check L. Create a graph from data stored in one or several RRDs. Apart from generating graphs, data can also be extracted to stdout. Check L. +=item B + +Create a graph from data stored in one or several RRDs. Same as graph, but +metadata are printed before the graph. Check L. + =item B Dump the contents of an RRD in plain ASCII. In connection with restore @@ -77,15 +82,24 @@ uses fetch to retrieve its data from an RRD. Check L. Alter setup of an RRD. Check L. +=item B + +Find the first update time of an RRD. Check L. + =item B Find the last update time of an RRD. Check L. +=item B + +Find the last update time of an RRD. It also returns the value stored +for each datum in the most recent update. Check L. + =item B Get information about an RRD. Check L. -=item B +=item B Change the size of individual RRAs. This is dangerous! Check L. @@ -97,11 +111,6 @@ Export data retrieved from one or several RRDs. Check L. Flush the values for a specific RRD file from memory. Check L. -=item B - -This is a standalone tool for producing RRD graphs on the fly. Check -L. - =back =head2 HOW DOES RRDTOOL WORK? diff --git a/doc/rrdupdate.pod b/doc/rrdupdate.pod index a7d65199..0dc60e5e 100644 --- a/doc/rrdupdate.pod +++ b/doc/rrdupdate.pod @@ -6,7 +6,7 @@ rrdupdate - Store a new set of values into the RRD B {B | B} I S<[B<--template>|B<-t> I[B<:>I]...]> -S<[B<--daemon> I
]> [B<-->] +S<[B<--daemon>|B<-d> I
]> [B<-->] S|IB<:>I[B<:>I...]> SB<@>I[B<:>I...]> S<[IB<:>I[B<:>I...] ...]> @@ -68,7 +68,7 @@ rrdtool to silently skip such data. It can be useful when re-playing old data into an rrd file and you are not sure how many updates have already been applied. -=item B<--daemon> I
+=item B<--daemon>|B<-d> I
If given, B will try to connect to the caching daemon L at I
and will fail if the connection cannot be established. If the -- 2.47.2