spine 30sec polling: does not show graph properly
Moderators: Developers, Moderators
spine 30sec polling: does not show graph properly
Hi,
I have installed spine 0.87a with 30 sec polling interval. I have the following graphs. hourly (1 minute average), Daily (5 Minute Average), Weekly (30 Minute Average), Monthly (2 Hour Average) and Yearly (1 Day Average). All the graphs are fine except Weekly (30 Minute Average), which show jiggle graph instead of smoth graph.
Can anybody guide me how to fix it?
Thanks
r.five
I have installed spine 0.87a with 30 sec polling interval. I have the following graphs. hourly (1 minute average), Daily (5 Minute Average), Weekly (30 Minute Average), Monthly (2 Hour Average) and Yearly (1 Day Average). All the graphs are fine except Weekly (30 Minute Average), which show jiggle graph instead of smoth graph.
Can anybody guide me how to fix it?
Thanks
r.five
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Re: spine 30sec polling: does not show graph properly
Please clarify what you mean by that. Perhaps a second screenshot of a good one? And please attach those images to the post instead of using external resources that may be deleted at some timerootfive wrote:...which show jiggle graph instead of smoth graph.
Reinhard
Thanks for the reply. I have attached both smooth and stepping like graph. Smooth graph was using cacti poller with 5 minutes polling before upgrading to spine. Stepping like graph is with spine. Both are Weekly 30 minutes graph.
Regards,
r.five
Regards,
r.five
- Attachments
-
- Weekly 30 minutes with stepping graph
- weekly_30minutes.png (38.28 KiB) Viewed 2746 times
-
- Weekly 30 minutes with smooth result
- weekly_30minutesgood.png (50.35 KiB) Viewed 2746 times
Thanks for the reply, below are the debug data source output
smooth graph
stepping graph
Regards,
r.five
smooth graph
Code: Select all
/usr/bin/rrdtool create \
/var/www/html/cacti/rra/bracc2950hq1_traffic_in_123.rrd \
--step 300 \
DS:traffic_in:COUNTER:600:0:100000000 \
DS:traffic_out:COUNTER:600:0:100000000 \
RRA:AVERAGE:0.5:1:600 \
RRA:AVERAGE:0.5:6:700 \
RRA:AVERAGE:0.5:24:775 \
RRA:AVERAGE:0.5:288:797 \
RRA:MIN:0.5:1:600 \
RRA:MIN:0.5:6:700 \
RRA:MIN:0.5:24:775 \
RRA:MIN:0.5:288:797 \
RRA:MAX:0.5:1:600 \
RRA:MAX:0.5:6:700 \
RRA:MAX:0.5:24:775 \
RRA:MAX:0.5:288:797 \
RRA:LAST:0.5:1:600 \
RRA:LAST:0.5:6:700 \
RRA:LAST:0.5:24:775 \
RRA:LAST:0.5:288:797 \
Code: Select all
/usr/bin/rrdtool create \
/var/www/html/spine/rra/2950_-_1_traffic_in_86.rrd \
--step 30 \
DS:traffic_in:COUNTER:60:0:100000000 \
DS:traffic_out:COUNTER:60:0:100000000 \
RRA:AVERAGE:0.5:1:500 \
RRA:AVERAGE:0.5:1:600 \
RRA:AVERAGE:0.5:6:700 \
RRA:AVERAGE:0.5:24:775 \
RRA:AVERAGE:0.5:288:797 \
RRA:MIN:0.5:1:500 \
RRA:MIN:0.5:1:600 \
RRA:MIN:0.5:6:700 \
RRA:MIN:0.5:24:775 \
RRA:MIN:0.5:288:797 \
RRA:MAX:0.5:1:500 \
RRA:MAX:0.5:1:600 \
RRA:MAX:0.5:6:700 \
RRA:MAX:0.5:24:775 \
RRA:MAX:0.5:288:797 \
RRA:LAST:0.5:1:500 \
RRA:LAST:0.5:1:600 \
RRA:LAST:0.5:6:700 \
RRA:LAST:0.5:24:775 \
RRA:LAST:0.5:288:797 \
r.five
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
I feared that. You saw the difference?
Please delete the first rra. You will want to visit the Data Template and un-select that rra as well, because all new rrd files will have that problem.
Reinhard
PS.: Be aware, that rrdtool tune does not support deleting aa RRA definition. So you will have to start this file from scratch, or use a "dump, edit, restore" cycle to remove it
Reinhard
defines two RRAs with same consolidation level. That's insane. Cacti 087 leads users to make this very mistake, I'm sorry. This is because our 1min polling support is not implemented very good.RRA:AVERAGE:0.5:1:500 \
RRA:AVERAGE:0.5:1:600 \
Please delete the first rra. You will want to visit the Data Template and un-select that rra as well, because all new rrd files will have that problem.
Reinhard
PS.: Be aware, that rrdtool tune does not support deleting aa RRA definition. So you will have to start this file from scratch, or use a "dump, edit, restore" cycle to remove it
Reinhard
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
In your example, it would be
Otherwise, you should search the rrdtool contrib directory for a utility that supports "removing" an unwanted rra.
In each case, try first with a single file. It is not said, that my assumptions are correct
Reinhard
. If you can afford data loss, simple correct the data template and delete all rrd files that are failing. Cacti will re-create them based on the correct template./var/www/html/spine/rra/2950_-_1_traffic_in_86.rrd
Otherwise, you should search the rrdtool contrib directory for a utility that supports "removing" an unwanted rra.
In each case, try first with a single file. It is not said, that my assumptions are correct
Reinhard
Who is online
Users browsing this forum: No registered users and 0 guests