eG Monitoring
 
Measures reported by vCldVimInvProTest

This test reports the numerical statistics on the object updates that were received for processing and the object updates that failed to be processed. In addition, this test provides the number of times the PropertyCollector checked and waited for update calls during the last measurement period.

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
Total_invocations Indicates the total number of object updates that were received for processing by the VIM Inventory Event Manager during the last measurement period. Number  
Failure Indicates the total number of object updates that failed to be processed in the VIM Inventory Event Manager during the last measurement period. Number  
Total_cfu Indicates the total number of times the PropertyCollector checked for update calls during the last measurement period. Number PropertyCollector is the managed object type that clients use to retrieve a set of properties from one or more managed objects. Clients can also use the PropertyCollector to determine when any of the properties have changed. The change detection mechanism supports both polling and notification to detect property changes.

  • Polling is supported with the CheckForUpdates method.
  • Notification is supported with the WaitForUpdates method.

To decrease network traffic when collecting updates, a client creates one or more property collector filters to specify the parts of a managed object in which the client is interested.

All property collector state information is session-specific:

  • A client cannot share its property collector filters with other clients.
  • When a session terminates, the associated property collector filters are automatically destroyed.
Total_wfu Indicates the total number of times the PropertyCollector waited for update calls during the last measurement period. Number