I have an rrd
file in which cpu average loads
are stored.
I would like to know the Maximum Load
during a certain period; let's assume within a day.
I wrote:
rrdtool fetch test.rrd MAX -r 300 -e 1364712300 -s -1h
I got so many MAX numbers, so I have to write more code to get the actual maximum number.
My question is: Can I just write a simple command line to get this MAX number?