I'm using Visual studio 2010 and (native) C++ trying to extract the overall CPU usage of the VMWare host and then the CPU usage of each running VM.
I've looked into VMWare Webservice SDK 4.1 using gSoap to build a C++ interface, but its to slow and to cluncky to be a realistic alternative (resulting cpp files take 4 hours to compile and end up as a 70 MB binary, that would be ok, if not a single call would take minutes to execute).
Do anyone have a tips on an alternative solution/sdk ?