Actions
Bug #2692
closedRRD queue graph doe's not stack
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
11/26/2012
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
Description
Hi
Curently pfsense ovraps areas when drawing queue's. So if last queue is bigger than others, it will cover all others.
There is defininition of STACK paramter in code:
https://redmine.pfsense.org/projects/pfsense/repository/revisions/master/entry/usr/local/www/status_rrd_graph_img.php#L911
https://redmine.pfsense.org/projects/pfsense/repository/revisions/master/entry/usr/local/www/status_rrd_graph_img.php#L940
but is never used. I think it is a BUG , and this parameter should be used it in 915 and 945 lines like this:
915 $graphcmd .= "$AREA:\"$name-bits_out#${color}:$name$stack\" ";
945 $graphcmd .= "$AREA:\"$name-bits_out_neg#${color}:$name$stack\" ";
Updated by Warren Baker over 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 401feeb3b2577cbbbeb596d63dbea81f353d0032.
Updated by Warren Baker over 12 years ago
Applied in changeset 016d152054e982dc18001b79ce7f0fb52b060193.
Updated by Chris Buechler over 11 years ago
- Status changed from Feedback to Resolved
Actions