rlane / rbvmomi

Ruby interface to the VMware vSphere API. vmware/rbvmomi is the official repo.
MIT License
178 stars 0 forks source link

Add profiling capability to rbvmomi. Tracks number of API requests, sizes #11

Closed cdickmann closed 13 years ago

cdickmann commented 13 years ago

Add profiling capability to rbvmomi. Tracks number of API requests, sizes of requests and responses, time to emit/parse SOAP XML in rbvmomi as well as latency between enqueing the request and receiving the response

cdickmann commented 13 years ago

Should be fixed now