Page 1 of 1

Question on Performance Graph

Posted: Fri Jun 29, 2012 1:41 am
by surachai.ch
Hi,

From attachments,

- period1.jpg : criteria 22/06/2012 - 23/06/2012, maximum CPU usage on 22/06/2012 is over than 80%.
- period2.jpg : criteria 16/06/2012 - 23/06/2012, maximum CPU usage on 22/06/2012 is only 60%.

With information above could you please explain why maximum CPU usage should be different on the same day but with different criteria?

Regards,
Surachai C.

Re: Question on Performance Graph

Posted: Fri Jun 29, 2012 9:56 am
by nscott
Hmm this is interesting. If I could venture an informed guess:

When one uses RRDs to store information, RRDs also control what the period of the timeseries data they are returning. For example, lets say you ask for the last year of data and the last day of data. The RRD will return the last year of data in one interval, and the will return the last day of data in a different interval. The last day of data will be a much higher resolution of an interval and by extension, will be more inidicative of the actual data in the RRD. I think that is what is going on here. The data being used to generate the second graph is higher resolution so it shows more datapoints, of which those datapoints show a higher CPU Load.

So use the long term graphs for general trending, but the short term graphs for drilling down for actual incident information.