X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdxport.pod;h=a668a20f33434ecaddf514a75e37a80c7e32c07a;hb=7bd35b8d099910071a57c66687f6ef79c5df9a5c;hp=bf05615241a700828c1a89a7d87b9532384aba44;hpb=4b7345f9345915c8061e4b37b26ce8887828c973;p=rrdtool.git diff --git a/doc/rrdxport.pod b/doc/rrdxport.pod index bf05615..a668a20 100644 --- a/doc/rrdxport.pod +++ b/doc/rrdxport.pod @@ -4,8 +4,8 @@ rrdxport - Export data in XML format based on data from one or several RRD =head1 SYNOPSIS -B B -S<[B<-s>|B<--start> I]> +B B +S<[B<-s>|B<--start> I]> S<[B<-e>|B<--end> I]> S<[B<-m>|B<--maxrows> I]> S<[B<--step> I]> @@ -17,7 +17,7 @@ S<[BB<:>I[B<:>I]]> The B function's main purpose is to write an XML formatted representation of the data stored in one or several Bs. It -can also extract numerical reports. +can also extract numerical reports. If no I statements are found, there will be no output. @@ -48,6 +48,12 @@ for details. See L documentation. +=item B<--enumds> + +The generated xml should contain the data values in enumerated tags. + + valval + =item BIB<=>IB<:>IB<:>I See I documentation. @@ -67,7 +73,7 @@ referenced by I are printed. Optionally add a legend. The output is enclosed in an B element and contains two blocks. The first block is enclosed by a B element and -contains some meta data. The second block is enclosed by a +contains some meta data. The second block is enclosed by a B element and contains the data rows. Let's assume that the I command looks like this: @@ -82,7 +88,7 @@ Let's assume that the I command looks like this: The resulting meta data section is (the values will depend on the RRD characteristics): - + 1020611700 300 @@ -94,7 +100,7 @@ RRD characteristics): in and out bits - + The resulting data section is: @@ -134,5 +140,5 @@ The resulting data section is: =head1 AUTHOR -Tobias Oetiker Eoetiker@ee.ethz.chE +Tobias Oetiker Etobi@oetiker.chE