Hi,
Is it there any method to get host and vm performance data ,like cpu ,mem and io utilization ? I am guessing data in vCenter server database ,But I don't know how to translate it .I want get these data integrated with other app .
Thanks in advance .
You might need to contact VMware PSO team to get it....
The vSphere API let's you get this information. But it's not quite so simple given the number of metrics, rollups, etc. Look the PerformanceManager object in the API.
For some of the cpu, men and other high level metics, there are summary metics available on hosts, vms, etc that might be useful depending on what your application requires.
do you know where there are sample scripts ?Thanks .
