I am trying to write a report where I can pull weekly data on cpu and memory usage. I would like the output to be broken into hourly periods. So what I am looking for is something like this
Servername time memory usage cpu usage
thanks
-Pat
You'd need to write a custom SQL query to get this information out, as I don't believe you'll be able to do it using the web report resources.
On the other hand, you could probably achieve this by looking at the memory and CPU usage graphs, clicking export, changing the intervals and time periods and then clicking 'show chart data'.
Depending on how many nodes you need this detail for, will define which one of the two options you go for
I believe this will get you what you need. Set up your Custom Table with the appropriate filter. Then under EDIT TABLE, add the following columns:
For some reason, my instance defaulted the "Average Percent Memory Used" column to bytes ヽ(。_°)ノ. So change that back to percentage and lastly set the Sample Interval to "Hour":
Good hunting!
Thanks guys for the help.