Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: RRDTool::OO not able to create a COMPUTE data source?

by bronto (Priest)
on Oct 05, 2010 at 09:04 UTC ( [id://863546]=note: print w/replies, xml ) Need Help??


in reply to Re: RRDTool::OO not able to create a COMPUTE data source?
in thread RRDTool::OO not able to create a COMPUTE data source?

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.
  • Comment on Re^2: RRDTool::OO not able to create a COMPUTE data source?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://863546]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-16 11:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found