I use Visual Studio 2010 and (native) C ++, trying to extract the total CPU usage of the VMWare host, and then the CPU usage of each running VM.
I looked at the VMWare Webservice SDK 4.1 using gSoap to create a C ++ interface, but its slower and cluncky to be a realistic alternative (as a result, cpp files take 4 hours to compile and end up as 70 MB binaries, that would be fine. if no call took minutes to complete).
Does anyone have any tips for an alternative solution / sdk?
ROAR source share