Actions
Bug #2979
closedIncrease RRD Max values to account for 10Gbit/s Ethernet
Start date:
05/03/2013
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:
Description
Currently we restrict the max values for "valid" traffic data thusly in source:etc/inc/rrd.inc#L264 :
/* Asume GigE for now */ $downstream = 125000000; $upstream = 125000000;
People with 10G interfaces, and probably LAGG interfaces with multiple Gbit/s ports will go over this limit and get empty spots on the graph during high load.
For new graphs it's not a problem to adjust that value, but we may need to consider this in upgrade code as well.
Actions