Hi All
I would appreciate your help and time, i am looking for way where i can query Esxi hypervisor in particular 4.1 the same way i would query a Linux server with following commands
Free or cat /proc/meminfo
Any Esxi command that can produce the same output as the above linux command would be appreciated. I have used Powercli and i cannot find any such command, the best i could get is this
Get-Stat -Entity $_ -Stat mem.usage.average -MaxSamples 5
Which really does not provide me with what i am looking for? I am open to any suggestions as long as no third party software to be installed such as RV tools, i can use vma, powercli
Thanks in advance