Hello,
I have a Application Admin that needs a report showing CPU & Memory min/max/avg for a list of servers.
The data time frame is business hours (0800 - 1700) Monday - Friday for the last 30 days
They just want daily averages for each server
Exported to Excel
example
| Node | Date
| CPU (min) | CPU (max) | CPU (avg) | MEM (min) | MEM (max) | MEM (avg) |
|---|
| Server1 | 3/19/18 | 0 | 5 | 3 | 3.9 | 4.1 | 3.9 |
| Server1 | 3/20/18 | 0 | 3 | 0 | 3.9 | 4.5 | 4.0 |
I cannot seem to achieve this in Report Writer or web-based reports.
Would appreciate any help.