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.
Updated by Renato Botelho over 11 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset fa3b33a57e362654551a16a91a5c6b56971ad4c4.
Updated by Renato Botelho over 11 years ago
Applied in changeset 2bba9aefc21a4e173af3626fb5d08516e35ee47a.
Updated by Chris Buechler about 11 years ago
- Status changed from Feedback to Resolved
Actions