Hello. Danger: Cacti n00b.
I would like to use to aggregate plugin (0.70 B2 -- yes, we need to upgrade!) to create some graphs from some switch interfaces. The switch's graph template uses 'bits/sec'.
When creating the aggregate graph, each item has a "Turn Bytes in to bits" CDEF by default. Is this going to skew the results? Would the correct CDEF be 'none'?
I notice that on another Cacti install with a slightly more recent version of aggregate (.75) it seems to default to _MAKE 0.
Thank you for any insights!
Aggregate: Bytes to bits
Moderators: Developers, Moderators
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Re: Aggregate: Bytes to bits
You should first study the PDF provided with the plugin. All CDEFs starting with an underscore are special purpose CDEFs and should not interfere. In general, all items will carry there "old" CDEFs. They will turn to "_Make 0" only in case you choose to _only_ print totals (then you order us to _suppress_ all original data sources)
R.
R.
-
- Posts: 12
- Joined: Tue Nov 30, 2010 4:13 pm
Re: Aggregate: Bytes to bits
Thank you, I will definitely re-read the PDF now that I have a slightly better understanding how things work.
I wonder if you could confirm or deny this specific case, though. Are the graphs (bits/sec) created using the aggregate's Bytes to Bits CDEF wrong? Basically, would the total be 8 times as much as it should be, because the data is already bits/sec but the aggregate items are applying a Bytes to Bits CDEF?
I will read and understand the PDF. Promise
Thank you,
I wonder if you could confirm or deny this specific case, though. Are the graphs (bits/sec) created using the aggregate's Bytes to Bits CDEF wrong? Basically, would the total be 8 times as much as it should be, because the data is already bits/sec but the aggregate items are applying a Bytes to Bits CDEF?
I will read and understand the PDF. Promise
Thank you,
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Re: Aggregate: Bytes to bits
To consider the approach, I need output from Graph Management in DEBUG mode
- for the "basic graph"
- for the aggregate
It's all in there, no magic outside. Even an aggregated graph is a stupid, normal Cacti graph. Once it is in place, there's nothing magic with it. It only saves time to do things manually
R.
- for the "basic graph"
- for the aggregate
It's all in there, no magic outside. Even an aggregated graph is a stupid, normal Cacti graph. Once it is in place, there's nothing magic with it. It only saves time to do things manually
R.
-
- Posts: 12
- Joined: Tue Nov 30, 2010 4:13 pm
Re: Aggregate: Bytes to bits
The output is attached. Thanks so much for having a look!
Based on my limited understanding it appears that the both the aggregate and the basic graph are doing 'bytes in to bits' so I guess that means the aggregate is showing values 8 times higher than reality?
Thanks again,
Based on my limited understanding it appears that the both the aggregate and the basic graph are doing 'bytes in to bits' so I guess that means the aggregate is showing values 8 times higher than reality?
Thanks again,
- Attachments
-
- aggregatedebug.txt
- (5.06 KiB) Downloaded 49 times
-
- basicgraphdebug.txt
- one of the component graphs in the aggregate
- (865 Bytes) Downloaded 34 times
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Re: Aggregate: Bytes to bits
No; there's no problem in those statements.korlaplankton wrote:Based on my limited understanding it appears that the both the aggregate and the basic graph are doing 'bytes in to bits' so I guess that means the aggregate is showing values 8 times higher than reality?
CDEF's are used to convert values stored in RRD files to display them in the graph.
So, both examples show, that data stored in rrd files are multiplied by 8 (to convert Bytes to Bits). And this is correct.
R.
-
- Posts: 12
- Joined: Tue Nov 30, 2010 4:13 pm
Re: Aggregate: Bytes to bits
OK, I understand how that works now. Thanks so much for taking the time to help me!
Who is online
Users browsing this forum: No registered users and 0 guests