~ubuntu-branches/ubuntu/saucy/rrdtool/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/rrdfetch.pod

  • 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:
8
8
S<[B<--resolution>|B<-r> I<resolution>]>
9
9
S<[B<--start>|B<-s> I<start>]>
10
10
S<[B<--end>|B<-e> I<end>]>
 
11
S<[B<--daemon> I<address>]>
11
12
 
12
13
=head1 DESCRIPTION
13
14
 
48
49
TIME SPECIFICATION section for a detailed explanation of how to
49
50
specify the end time.
50
51
 
 
52
=item B<--daemon> I<address>
 
53
 
 
54
Address of the L<rrdcached> daemon. If specified, a C<flush> command is sent
 
55
to the server before reading the RRD files. This allows B<rrdtool> to return
 
56
fresh data even if the daemon is configured to cache values for a long time.
 
57
For a list of accepted formats, see the B<-l> option in the L<rrdcached> manual.
 
58
 
 
59
 rrdtool fetch --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd AVERAGE
 
60
 
51
61
=back
52
62
 
53
63
=head2 RESOLUTION INTERVAL
257
267
I<19970703 12:45> -- 12:45  July 3th, 1997
258
268
(my favorite, and its even got an ISO number (8601)).
259
269
 
 
270
=head1 ENVIRONMENT VARIABLES
 
271
 
 
272
The following environment variables may be used to change the behavior of
 
273
C<rrdtoolE<nbsp>fetch>:
 
274
 
 
275
=over 4
 
276
 
 
277
=item B<RRDCACHED_ADDRESS>
 
278
 
 
279
If this environment variable is set it will have the same effect as specifying
 
280
the C<--daemon> option on the command line. If both are present, the command
 
281
line argument takes precedence.
 
282
 
 
283
=back
 
284
 
260
285
=head1 AUTHOR
261
286
 
262
 
Tobias Oetiker <tobi@oetiker.ch>
 
287
Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
 
288