It would seemt that the is a difference between Cacti and the show interface counters on my router. The problem is with the current value. Cacti seems to be averaging everything including the last valueit reads from the router when it graphs it.
Ex. Router: 5Mb/s Cacti graphs 1Mb/s after the average.
How can I fix this so cacti graphs the last value read from the router without averaging it out. I want the avg's for monthly and yearly etc.. but not daily
Router Counter vs Graph Data
Moderators: Developers, Moderators
Think about it this way
ifSpeed = 5Mb/s
10:00 0% utilization
10:02 0% utilization
10:03 100% utilization
10:03 - 10:04 This is where you check the interface counters
10:04 0% utilization
10:05 0% utilization
10:05 - 10:06 Cacti grabs the OID, takes the value / 300 (5min) and ends up with 1Mb/s average usage for those 5 minutes
This is how RRDTool works, and was design to work.
If you want more accurate data i would suggest using shorter poll cycles, like every minute.
/Christian
ifSpeed = 5Mb/s
10:00 0% utilization
10:02 0% utilization
10:03 100% utilization
10:03 - 10:04 This is where you check the interface counters
10:04 0% utilization
10:05 0% utilization
10:05 - 10:06 Cacti grabs the OID, takes the value / 300 (5min) and ends up with 1Mb/s average usage for those 5 minutes
This is how RRDTool works, and was design to work.
If you want more accurate data i would suggest using shorter poll cycles, like every minute.
/Christian
Who is online
Users browsing this forum: No registered users and 0 guests