~ubuntu-branches/ubuntu/maverick/rrdtool/maverick

« back to all changes in this revision

Viewing changes to doc/rrdxport.1

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2010-07-22 08:07:01 UTC
  • mfrom: (1.2.8 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100722080701-k46mgdfz6euxwqsm
Tags: 1.4.3-1ubuntu1
* Merge from debian unstable, Remaining changes:
  - debian/control: Don't build against ruby1.9 as we don't want
    it in main.
* require libdbi >= 0.8.3 to prevent aborts when using dbi datasources

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
.\" ========================================================================
125
125
.\"
126
126
.IX Title "RRDXPORT 1"
127
 
.TH RRDXPORT 1 "2008-03-15" "1.3.8" "rrdtool"
 
127
.TH RRDXPORT 1 "2008-09-25" "1.4.3" "rrdtool"
128
128
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
129
129
.\" way too many mistakes in technical documents.
130
130
.if n .ad l
138
138
[\fB\-e\fR|\fB\-\-end\fR\ \fIseconds\fR]
139
139
[\fB\-m\fR|\fB\-\-maxrows\fR\ \fIrows\fR]
140
140
[\fB\-\-step\fR\ \fIvalue\fR]
 
141
[\fB\-\-daemon\fR\ \fIaddress\fR]
141
142
[\fB\s-1DEF:\s0\fR\fIvname\fR\fB=\fR\fIrrd\fR\fB:\fR\fIds-name\fR\fB:\fR\fI\s-1CF\s0\fR]
142
143
[\fB\s-1CDEF:\s0\fR\fIvname\fR\fB=\fR\fIrpn-expression\fR]
143
144
[\fB\s-1XPORT\s0\fR\fB:\fR\fIvname\fR[\fB:\fR\fIlegend\fR]]
169
170
.IP "\fB\-\-step\fR \fIvalue\fR (default automatic)" 4
170
171
.IX Item "--step value (default automatic)"
171
172
See rrdgraph documentation.
 
173
.IP "\fB\-\-daemon\fR \fIaddress\fR" 4
 
174
.IX Item "--daemon address"
 
175
Address of the rrdcached daemon. If specified, a \f(CW\*(C`flush\*(C'\fR command is sent
 
176
to the server before reading the \s-1RRD\s0 files. This allows \fBrrdtool\fR to return
 
177
fresh data even if the daemon is configured to cache values for a long time.
 
178
For a list of accepted formats, see the \fB\-l\fR option in the rrdcached manual.
 
179
.Sp
 
180
.Vb 1
 
181
\&  rrdtool xport \-\-daemon unix:/var/run/rrdcached.sock ...
 
182
.Ve
172
183
.IP "\fB\-\-enumds\fR" 4
173
184
.IX Item "--enumds"
174
185
The generated xml should contain the data values in enumerated tags.
260
271
\&          XPORT:out2:"if2 out bytes" \e
261
272
\&          XPORT:sum:"output sum"
262
273
.Ve
 
274
.SH "ENVIRONMENT VARIABLES"
 
275
.IX Header "ENVIRONMENT VARIABLES"
 
276
The following environment variables may be used to change the behavior of
 
277
\&\f(CW\*(C`rrdtool\ xport\*(C'\fR:
 
278
.IP "\fB\s-1RRDCACHED_ADDRESS\s0\fR" 4
 
279
.IX Item "RRDCACHED_ADDRESS"
 
280
If this environment variable is set it will have the same effect as specifying
 
281
the \f(CW\*(C`\-\-daemon\*(C'\fR option on the command line. If both are present, the command
 
282
line argument takes precedence.
263
283
.SH "AUTHOR"
264
284
.IX Header "AUTHOR"
265
285
Tobias Oetiker <tobi@oetiker.ch>