Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Hi

What do you exactly mean when you say that a COMPUTE and an ABSOLUTE are the same thing? From the rrdcreate man page I'd say they aren't:

       ABSOLUTE
           is for counters which get reset upon reading. This is used
           for fast counters which tend to overflow. So instead of
           reading them normally you reset them after every read to
           make sure you have a maximum time available before the next
           overflow. Another usage is for things you count like number
           of messages since the last update.

       COMPUTE
           is for storing the result of a formula applied to other
           data sources in the RRD. This data source is not supplied a
           value on update, but rather its Primary Data Points (PDPs)
           are computed from the PDPs of the data sources according to
           the rpn-expression that defines the formula. Consolidation
           functions are then applied normally to the PDPs of the
           COMPUTE data source (that is the rpn-expression is only
           applied to generate PDPs). In database software, such data
           sets are referred to as "virtual" or "computed" columns.

I am new to both rrdtool and RRDTool::OO, so if I am missing something obvious please bear with me and tell me ;)

Ciao!
--bronto


In theory, there is no difference between theory and practice. In practice, there is.

In reply to Re^2: RRDTool::OO not able to create a COMPUTE data source? by bronto
in thread RRDTool::OO not able to create a COMPUTE data source? by bronto

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-23 08:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found