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

« back to all changes in this revision

Viewing changes to doc/rrdlastupdate.txt

  • 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:
6
6
       rrdlastupdate - Return the most recent update to an RRD
7
7
 
8
8
SSYYNNOOPPSSIISS
9
 
       rrrrddttooooll llaassttuuppddaattee _f_i_l_e_n_a_m_e
 
9
       rrrrddttooooll llaassttuuppddaattee _f_i_l_e_n_a_m_e [----ddaaeemmoonn _a_d_d_r_e_s_s]
10
10
 
11
11
DDEESSCCRRIIPPTTIIOONN
12
12
       The llaassttuuppddaattee function returns the UNIX timestamp and the value stored
15
15
       _f_i_l_e_n_a_m_e
16
16
               The name of the RRRRDD that contains the data.
17
17
 
 
18
       ----ddaaeemmoonn _a_d_d_r_e_s_s
 
19
               Address of the rrdcached daemon. If specified, a "flush"
 
20
               command is sent to the server before reading the RRD files.
 
21
               This allows rrrrddttooooll to return fresh data even if the daemon is
 
22
               configured to cache values for a long time.  For a list of
 
23
               accepted formats, see the --ll option in the rrdcached manual.
 
24
 
 
25
                rrdtool lastupdate --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd
 
26
 
 
27
EENNVVIIRROONNMMEENNTT VVAARRIIAABBLLEESS
 
28
       The following environment variables may be used to change the behavior
 
29
       of "rrdtool lastupdate":
 
30
 
 
31
       RRRRDDCCAACCHHEEDD__AADDDDRREESSSS
 
32
           If this environment variable is set it will have the same effect as
 
33
           specifying the "--daemon" option on the command line. If both are
 
34
           present, the command line argument takes precedence.
 
35
 
18
36
AAUUTTHHOORR
19
37
       Andy Riebs <andy.riebs@hp.com>
20
38
 
21
39
 
22
40
 
23
 
1.3.8                             2008-03-15                  RRDLASTUPDATE(1)
 
41
1.4.3                             2008-09-25                  RRDLASTUPDATE(1)