Hi,
I'm trying to create a capacity report for all our Hyper-V clusters with the following information - total RAM, free RAM, total disk, free disk, cluster name, cluster node, average CPU utilization on each node for the last 30 days.
With PowerShell I can extract all data except the average CPU utilization per node in the last 30 days. I know that Virtual Machine Manager is using performance counters on each host in order to display this information (in Virtual Machine Manager you go to VM's and Services - select a Hyper-V node, and Home tab select Overview).
https://blogs.technet.microsoft.com/m2/2010/03/29/virtual-machine-manager-and-performance-metrics-cpu-counters-part-1/
My question - where is all the data from performance counters saved and how can I manipulate it with PowerShell? Or does anyone have a better idea on how I can achieve this?
P.S. I'm running Virtual Machine Manager 2012 R2, and Hyper-V cluster nodes are running Windows Server 2008 R2 and Windows Server 2012 R2.
Mihai,