Hi
I 've found huges spikes in my graphs, and I figure out why it's happen.
My data sources are of the type counter, and when those courters are resetted, I've huge spikes in the graphs.
How could I by pass that problem ?
Is that a rrdtool problem related ? or cacti ?
Thanks in advance.
Yhan
Spikes in graphs, found why but no idea to solve it
Moderators: Developers, Moderators
Spikes in the logs is a known problem.
There are quite a few scripts out there that are written specificly to remove these spikes.
do a google on rrdtool +spikes and you will get some results.
Here is a link to one I have used in the past, but im sure there are others.
http://jon.rusts.net/get95/fixspike.pl
JW
There are quite a few scripts out there that are written specificly to remove these spikes.
do a google on rrdtool +spikes and you will get some results.
Here is a link to one I have used in the past, but im sure there are others.
http://jon.rusts.net/get95/fixspike.pl
JW
It is rrdtool related problem - it tries to handle counters overflow causing spikes in case of device reset. You can avoid such problems by setting correct maximum value in data source settings - then any value above it will be dropped instead of storing in rrdfile.How could I by pass that problem ?
Is that a rrdtool problem related ? or cacti ?
- Piotr
I for instance have a 100Mbps network interface that is limited by a bridge at a maximum of 8Mbps.bulek wrote:You can avoid such problems by setting correct maximum value in data source settings - then any value above it will be dropped instead of storing in rrdfile.
- Piotr
The interface correct maximum value is 100.000.000 bits/s.
The logical correct maximum value is 8.000.000 bits/s.
Setting the max to 100 will bring spikes in my graphs.
Setting the max to 8 (or more) will denaturate the graphs in case of a bridge failure.
So, which one is correct?
I know that you have to enter bytes, the example would be much easier in bits. As well, gaps are what I expect from values bigger than my max value.
The question is: How do I graph the traffic exceding my expectations without spikes? For example I want to know if the traffic was 9Mbps or 34Mbps, because the difference is huge and a step over 10Mbps would cost me a lot of privileges.
The question is: How do I graph the traffic exceding my expectations without spikes? For example I want to know if the traffic was 9Mbps or 34Mbps, because the difference is huge and a step over 10Mbps would cost me a lot of privileges.
Who is online
Users browsing this forum: No registered users and 1 guest