VMware Cloud Community
MoRobin
Contributor
Contributor

Performance data out of vSphere Database

Hi,

I want to get the performance data of the Host and the Cluster, where the Host is in, out of the vsphere server.

First i started bulding a powershell skript which is collection all of the informations over powercli for me.

But the skript is running for 2 1/2 hours in our environment...

That is to long.

So i decidet to get these infromations out of the vSphere Database.

But at the moment i cant find any tabel that is matching for my request.

Does anybody know in which table the performance data is wirtten down and where i can get te host->cluster information?

Or is there a database overview or soemthing like that?

Thanks!

0 Kudos
2 Replies
MoRobin
Contributor
Contributor

See my Powershell Skript for detailed informations about the data i want to get out of the database:

0 Kudos
MoRobin
Contributor
Contributor

Hi

I solved my problem.

Not the database of the vsphere server is more complicated then i thought.

But now i use RVTools to get all informations from my environment in 28 seconds.

That is quite nice.

At the moment i am writing a programm which runs a batch that starts RVTools with special parameters and automatically export all informaiton to an xls.

After that i write the XLS into my owne database.

Works pretty well up to now.

0 Kudos