HOSTADAPTER.Collect.totalReadLatency (High-Granularity MP)

Veeam.Virt.Extensions.VMware.VMHOSTADAPTER.Collect.totalReadLatency (Rule)

Knowledge Base article:

Summary

This rule collects the performance metric VMHost-hba \ readLatency for VMware vSphere Host VMHBAs.

Metric definition:

Average amount of time that taken for a read on the storage path.

Disabling this rule will stop collection of the metric into Ops Mgr and it will not be visible in views and reports. However, any monitor based on the same metric will continue to function.

To see all metrics collected in this class check the Veeam MP for VMware Metric Dictionary.

Use the Alerts View to see all current open issues for this object. Use the Events View to review any error and warning events for this object. Open a Performance View to see the performance metrics for this object and all contained objects. Open a Diagram View to analyze the relationships of this object to other components.

External

See the Help Center for more information including reference lists of all Rules and Monitors and full set of User Guides for the Veeam MP for VMware.

See the VMware Online Documentation for more information on VMware vSphere, in particular:

Element properties:

TargetVeeam.Virt.Extensions.VMware.VMHOSTADAPTER
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Veeam.Virt.Extensions.VMware.CommonPerformanceDataSource Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Veeam.Virt.Extensions.VMware.VMHOSTADAPTER.Collect.totalReadLatency" Enabled="false" Target="VeeamVEVMwareLib!Veeam.Virt.Extensions.VMware.VMHOSTADAPTER" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="VeeamVEVMwareLib!Veeam.Virt.Extensions.VMware.CommonPerformanceDataSource">
<ObjectName>VMHost-hba</ObjectName>
<CounterName>readLatency</CounterName>
<InstanceName>$Data/Property[@Name='adapterName']$</InstanceName>
<Value>$Data/Property[@Name='totalReadLatency']$</Value>
<ClassName>HostAdapterStats</ClassName>
<FilterExpression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='entityId']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="VeeamVEVMwareLib!Veeam.Virt.Extensions.VMware.VMHOSTADAPTER"]/id$</Value>
</ValueExpression>
</SimpleExpression>
</FilterExpression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>