Host Total Data Size Collection

Microsoft.DistributedCache.Host.TotalDataSize.Collection (Rule)

Collects Caching Performance Counters

Knowledge Base article:

Summary

Collects Caching Performance Counters

Element properties:

TargetMicrosoft.DistributedCache.CacheHostService
CategoryPerformanceCollection
EnabledTrue
Instance NameAppFabric Caching:Host
Counter NameTotal Data Size Bytes
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.DistributedCache.Host.TotalDataSize.Collection" Enabled="true" Target="MicrosoftApplicationServerLibrary!Microsoft.DistributedCache.CacheHostService" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Total Data Size Bytes</CounterName>
<ObjectName>AppFabric Caching:Host</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>10</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>10</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="MicrosoftSystemCenterDataWarehouseLibrary!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>