This is one of useful new feature in Hyper-v 3.Using hyper-v vm resource metering we can get average cpu usage, average physical memory usage and much more virtual machine metrics.We need to follow up two basic configuration for enable and measure the vm resources.
1 Enable vm resource metering on hyper-v host. if we have multiple vms we can get the help of get-vm cmdlet.Here im enabling resource monitoring for vm named “testdpm2012”
2 Measure the vm recourse usage from powershell
3 we can use fl for getting detailed view.we can convert this to html,csv or text files.
Overview of vm resource metering