Hi Guys,
I am running the following commands to get memory, cpu and metric stats for a vm:
Get-Stat -Entity $VMName -Stat cpu.usage.average -Start $day1 -Finish $day2
Get-Stat -Entity $VMName -Stat mem.usage.average -Start $day1 -Finish $day2
Get-Stat -Entity $VMName -Stat net.usage.average -Start $day1 -Finish $day2
My Question is:
Do the values that get returned in from the commands above present "average physical esx host mem/cpu/net consumption" over the collection interval? OR is it "Average Virtual cpu/mem/net consumption within the VM"...
In other words, if I compare the values of the metrics above to what perfmon would return to me at the windows virtual machinbe level, would they be the same?