Project

General

Profile

Actions

Bug #2692

closed

RRD queue graph doe's not stack

Added by Marek Grzybowski over 12 years ago. Updated over 11 years ago.

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\" ";
Actions #1

Updated by Warren Baker over 12 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100
Actions #3

Updated by Chris Buechler over 11 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF