I am working on a report to get the Avg and Peak CPU load, Memory for my monitored servers. The requirement is that I want to see the following information:
Hostname (Managed Node), IP Address, MachineType, Vendor, Site (Custom Property), Avg CPU Load (In Percentage), Peak CPU Load (In Percentage), Avg Memory (In Percentage), Peak Memory (In Percentage), Timestamp
,Host (From the virtualization table)
,Cluster (From the virtualization table).
I tried getting the columns from hostname until timestamp through my web based report but if I want to also get the details of the Vm that is associated with hosts & cluster it requires SQL or SWQL. Can anyone help here?
One more filter to add here is, I am looking for the historical data for Last 7 days and last 30 days.
Thanks in advance.