Client: Total reported latency

Microsoft.Exchange.ServerRole.2003.ClientTotalLatency.Collection (Rule)

Performance Collection for Client: Total reported latency

Knowledge Base article:

Summary

The client-reported total latency (in seconds) for all RPCs (since the store was started).

This information is collected and is exposed one or more Views and/or Reports.

Element properties:

TargetMicrosoft.Exchange.ServerRole.2003
CategoryPerformanceCollection
EnabledTrue
Instance NameMSExchangeIS
Counter NameClient: Total reported latency
Frequency3600
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.Exchange.ServerRole.2003.ClientTotalLatency.DS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Exchange.ServerRole.2003.ClientTotalLatency.Collection" Enabled="onEssentialMonitoring" Target="Exch2003Core!Microsoft.Exchange.ServerRole.2003" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="Microsoft.Exchange.ServerRole.2003.ClientTotalLatency.DS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName/>
<CounterName>Client: Total reported latency</CounterName>
<ObjectName>MSExchangeIS</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>3600</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>