Hyper-v servers = 2012 R2 (core)
I want to make sure that my VMs are getting the resources it needs. If I want for example, monitor RAM on my VMs, I would setup perfmon inside my VMs to monitor memory usage, correct? If any VM is running low I'll just simply allocate more RAM.
My confusion comes when monitoring CPU. What I've read so far is that I cannot monitor the processor counters inside my VM. I need to monitor from the Hyper-V host itself, correct? If this is the case then I imaging I would use logman, perfmon command line utility or do I use VM Resource Meteering instead?
For now I want to focus on the VMs and not the Hyper-V host. I want to make sure the VMs are getting the resources it needs.
Best regards.