how to get MAX /95th in command line

Good afternoon
When I have to make some reports of my wan links, I enter one by one, select the date that I want and get the MAX and 95th values.
Can I do this with scripts at command line?
tks in advance

Hi,
You can not get meaningful 95th values from RRD, don't even try.
You could probably get MAX from RRD pretty easily. If you look at the rrdtool print functions on the RRD website. You can use our graph browser to see how we generate the graphs and the legend, and you can do something similar to make it print out the MAX value.
You could also do this to get 95th, but don't. It's meaningless, since the data inside the RRD is not at the resolution you need to generate meaningful 95th.
adam. On 19/06/2017 18:36:01, Denis Granato denisgranato@yahoo.com.br wrote:
Good afternoon
When I have to make some reports of my wan links,
I enter one by one, select the date that I want
and get the MAX and 95th values.
Can I do this with scripts at command line?
tks in advance
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (2)
-
Adam Armstrong
-
Denis Granato