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

« back to all changes in this revision

Viewing changes to doc/rrdgraph_data.html

  • 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:
64
64
<code>A-Z, a-z, 0-9, -,_</code> and a maximum length of 255 characters.</p>
65
65
<p>When picking variable names, make sure you do not choose a name that is
66
66
already taken by an RPN operator. A safe bet it to use lowercase or
67
 
mixedcase names for variables since operators will always be in uppercase.</p>
 
67
mixed case names for variables since operators will always be in uppercase.</p>
68
68
<p>
69
69
</p>
70
70
<hr />
88
88
image with width 400 and time span 400*1800 seconds (use appropriate
89
89
start and end times, such as <code>--start end-8days8hours</code>).</p>
90
90
<p>If consolidation needs to be done, the <strong>CF</strong> of the <strong>RRA</strong> specified in the
91
 
<strong>DEF</strong> itself will be used to reduce the data density. This behaviour can
 
91
<strong>DEF</strong> itself will be used to reduce the data density. This behavior can
92
92
be changed using <code>:reduce=&lt;CF&gt;</code>.  This optional parameter
93
93
specifies the <strong>CF</strong> to use during the data reduction phase.</p>
94
94
<p>Example:</p>
147
147
maximum value during the graph period).</p>
148
148
<p>If you want to apply 'complex' operations to the result of a VDEF you have
149
149
to use a CDEF again since VDEFs only look like RPN expressions, they aren't
150
 
realy.</p>
 
150
really.</p>
151
151
<p>
152
152
</p>
153
153
<hr />