Aggregate Nth Percentile cannot produce Outbound
Closed this issue · 1 comments
Describe the bug
I follow the Cacti document about Variables, aggregate
should calculate the Nth percentile by summing like data source names row for row from each data source defined on the graph and then returning the highest Nth percent value calculated for like data source names. Instead, when I combine two graphs together for the 95th Percentile, I face the issue below:
- The result only shows the 95th Percentile for Inbound, not Outbound.
- I then manually added an additional
COMMENT: |95:bits:6:aggregate:2| Mbps
with traffic_out data source, still the value return is from Inbound.
To Reproduce
Steps to reproduce the behavior:
-
Go to 'Console'
-
Click on 'Graphs' under 'Management'
-
Try to select 2 graphs or more (with 95th Percentile template), then scroll down and choose 'Create Aggregate Graph' from the dropdown menu, then click 'Go'
-
With the Aggregate Graph setting, I choose 'Total Similar Data Sources' because I would like to have traffic_in and traffic_out produce separate values.
-
After complete aggregate, as result it shows only the 95th Percentile for Inbound, not Outbound which is the problem.
Expected behavior
By using 'aggregate' variables for the 95th Percentile, it should show aggregate value for Inbound and Outbound separately.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information)
N/A - Not related.
Smartphone (please complete the following information)
N/A - Not related.
Additional context
Add any other context about the problem here.
This is not a documentation issue.