Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

Quick stats page for Server Traffic Low/High values are incorrect

$
0
0

The Server traffic statstics in quick stats are incorrect and inconsistent compared with All Reports page.

 

The problem is in the calculation of Low and High Values.

 

The StatsViewer.getMin() and getMax() will return two values for high and low for server_bytes_in and server_bytes_out respectively.

 

The StatsAction.getLowAndHigh(String key,  long[] timePeriod) does not take that into account and always precesses the first element in the array.

 

Attached is a modified version which sums the values of all the elements of the array.


Viewing all articles
Browse latest Browse all 10742

Trending Articles