NEW Monitoring graph
-
Thanks, even I found it now.
Was looking at "System" for "Monitoring", not at "Status" … -
WRT to NOYB's screenshot above, the units on some of the graphs and tables are a bit . . . strange.
-
A) Is there a plan to convert the dashboard traffic graphs to the new "Interactive Graphs" as well?
B) two horizontal grids are "a bit" hard to work with. There should only be one grid at a time, scaling the axis accordingly. (see screenshot)
C)
Black as text color was already mentioned not being perfect. Maybe we can have the grid in black to get better contrasts. Currently the white grid is the dominant color, making it harder than necessary to read the graphs itself.
The color scheme in NOYB's screenshot is OK, I'm probably just seeing a CSS issue.![Bildschirmfoto 2016-03-06 um 01.53.07.png](/public/imported_attachments/1/Bildschirmfoto 2016-03-06 um 01.53.07.png)
![Bildschirmfoto 2016-03-06 um 01.53.07.png_thumb](/public/imported_attachments/1/Bildschirmfoto 2016-03-06 um 01.53.07.png_thumb) -
The delay number isn't the maximum value of the set, it is the mean average of the set. Dpinger reports average and standard deviation values against the entire set the same way ping does in its summary.
Standard deviation is the square root of the variance, which is based upon squares of the offset from the mean. Use of squares means that the result can be higher than the mean.You can read the lengthy discussion of standard deviation on Wikipedia, or you can use one of the on-line calculators to experiment.
Here is one that spells stuff out: http://www.mathsisfun.com/data/standard-deviation-calculator.html
Put "2,2,2,2,2,20" for the numbers and start experimenting from there.
Sorry about the cuteness of the page :)
How can the standard deviation be greater than the maximum value of the data set?
-
Yes I know std dev can be greater than the mean. Because of the graph/table labels it seems to indicate that it is greater than the max.
So the graph/data table "delay" label is not very accurate.
Delay is really average delay. Thus in the data table the min, avg, max, columns actually contain min avg delay, avg avg delay, max avg delay.Labeling the std dev row as "stddev of delay" seems to indicate that it is the std dev of the row labeled "delay". Which would be more accurately labeled "avg of delay".
-
Sometimes the quality graph ends with zero. I know this was corrected a while back but sometimes it still happens.
Kind of makes the minimum column useless.
![Quality End Zero.jpg](/public/imported_attachments/1/Quality End Zero.jpg)
![Quality End Zero.jpg_thumb](/public/imported_attachments/1/Quality End Zero.jpg_thumb) -
Changed to all default settings from:
Probe Interval: 15000
Alert Interval: 15000
All others defaultAnd this was the result. See attached image.
But running dpinger -f at command line reports std dev consistently between 700 and 800 microseconds. Which is consistent with the gateways widget reporting.
![Change to Defaults.jpg](/public/imported_attachments/1/Change to Defaults.jpg)
![Change to Defaults.jpg_thumb](/public/imported_attachments/1/Change to Defaults.jpg_thumb) -
Thanks, Monitoring works now.
There should be some rounding of the values, see the attached Picture.
Edit:
This happens just when the 'Timer period' is greater than 1day.
-
The delay number isn't the maximum value of the set, it is the mean average of the set. Dpinger reports average and standard deviation values against the entire set the same way ping does in its summary.
Standard deviation is the square root of the variance, which is based upon squares of the offset from the mean. Use of squares means that the result can be higher than the mean.You can read the lengthy discussion of standard deviation on Wikipedia, or you can use one of the on-line calculators to experiment.
Here is one that spells stuff out: http://www.mathsisfun.com/data/standard-deviation-calculator.html
Put "2,2,2,2,2,20" for the numbers and start experimenting from there.
Sorry about the cuteness of the page :)
How can the standard deviation be greater than the maximum value of the data set?
Should probably add a "*" and have a note of something like "*all reported values are aggregated over a rolling window". "Min" and "Max" are a bit deceiving when they'er averages themselves. Not in a bad way, but in a non-intuitive way that can cause confusion with some datasets.
-
Any reason why my graphs wouldn't have any data? No matter what I pick in settings, I get 0 for values in the graph.
-
packet loss should be red in color
-
Could we have more granularity than 5 minutes please? Especially on the 1 hour graph.
The RRD has 60 data points an hour but the graph seem to display a granularity of only 12 data points per hour.Makes for nice smooth lines that look pretty for consumer class. Ideally a granularity selector based on the RRD data granularity of the selected graph time period would be nice.
Thanks.
-
i have a full install where monitoring graphs work but i have another nanobsd but monitoring shows blank graphs there, is there some way to enable it because on this nanobsd install i never previously enabled RRD graphs
-
Yes I know std dev can be greater than the mean. Because of the graph/table labels it seems to indicate that it is greater than the max.
So the graph/data table "delay" label is not very accurate.
Delay is really average delay. Thus in the data table the min, avg, max, columns actually contain min avg delay, avg avg delay, max avg delay.Labeling the std dev row as "stddev of delay" seems to indicate that it is the std dev of the row labeled "delay". Which would be more accurately labeled "avg of delay".
So "delay" should be "avg delay" and "stddev of delay" should just be "stddev"?
-
packet loss should be red in color
manually assigning colors is a bad idea for this use case. Possibly in the future, more specialized charts could get special treatment.
-
I think this would be sufficiently clear.
So "delay" should be "avg delay" and "stddev of delay" should just be "stddev"?
-
Thanks, Monitoring works now.
There should be some rounding of the values, see the attached Picture.
Edit:
This happens just when the 'Timer period' is greater than 1day.Not sure how this never happened to me, but should be fixed next time around.
-
Hi!
I`m on latest snap.
See attached image. I have some packet loss (intentionally) and now graph is useless to me.
Can sth be done in this way?I can`t see any useable data from graph…
-
Could we have more granularity than 5 minutes please? Especially on the 1 hour graph.
The RRD has 60 data points an hour but the graph seem to display a granularity of only 12 data points per hour.Makes for nice smooth lines that look pretty for consumer class. Ideally a granularity selector based on the RRD data granularity of the selected graph time period would be nice.
Thanks.
Pull request submitted for this:
https://github.com/pfsense/FreeBSD-ports/pull/73See attached image.
-
I think this would be sufficiently clear.
So "delay" should be "avg delay" and "stddev of delay" should just be "stddev"?
Yes that would differently be better. Here's another labeling possibility. What about this:
delay average
delay std. dev.Just throwing it out there to be considered.