VMware {code} Community
wenxin1234114
Contributor
Contributor

how to get host and vm performance data?

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 .

Reply
0 Kudos
3 Replies
admin
Immortal
Immortal

You might need to contact VMware PSO team to get it....

Reply
0 Kudos
stumpr
Virtuoso
Virtuoso

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.

Reuben Stump | http://www.virtuin.com | @ReubenStump
wenxin1234114
Contributor
Contributor

do you know where there are sample scripts ?Thanks .

Reply
0 Kudos