X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdxport.pod;h=bf9fd529bde53da81173fabf4e007caa34f77abd;hb=4e8787fdbff3ddd4044e19cf37b9e3a54b5ef0cb;hp=11159e479fbe47d15f1e4e86b0654efec4224b9e;hpb=ac630adec930653637199258efd99024d49325c7;p=rrdtool.git diff --git a/doc/rrdxport.pod b/doc/rrdxport.pod index 11159e4..bf9fd52 100644 --- a/doc/rrdxport.pod +++ b/doc/rrdxport.pod @@ -9,6 +9,7 @@ S<[B<-s>|B<--start> I]> S<[B<-e>|B<--end> I]> S<[B<-m>|B<--maxrows> I]> S<[B<--step> I]> +S<[B<--json>]> S<[B<--daemon> I
]> S<[BIB<=>IB<:>IB<:>I]> S<[BIB<=>I]> @@ -53,14 +54,16 @@ See L documentation. Address of the L daemon. If specified, a C command is sent to the server before reading the RRD files. This allows B to return -fresh data even if the daemon is configured to cache values for a long time. To -specify a UNIX domain socket use the prefix C, see example below. Other -addresses are interpreted as normal network addresses, i.Ee. IPv4 or IPv6 -addresses in most cases. +fresh data even if the daemon is configured to cache values for a long time. +For a list of accepted formats, see the B<-l> option in the L manual. - rrdtool xport --daemon unix:/var/run/rrdcached.sock ... + rrdtool xport --daemon unix:/var/run/rrdcached.sock ... -=item B<--enumds> +=item B<--json> + +produce json formated output (instead of xml) + +=item B<--enumds> The generated xml should contain the data values in enumerated tags.