WININET: Bytes from cache

Microsoft.Windows.BranchCache.ClientSideServiceBase.Performance.WININET.BytesFromCache (Rule)


[Performance Counter] WININET: Bytes from cache
[Description] Total number of bytes (WININET) received from the local cache or BranchCache-enabled client computers

Knowledge Base article:

Summary

This rule collects the following Performance Counter:

WININET: Bytes from cache

Element properties:

TargetMicrosoft.Windows.BranchCache.ClientSideServiceBase
CategoryPerformanceCollection
EnabledTrue
Instance NameBranchCache
Counter NameWININET: Bytes from cache
Frequency300
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.Windows.BranchCache.ClientSideServiceBase.Performance.WININET.BytesFromCache" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.BranchCache.ClientSideServiceBase" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Property[Type="Microsoft.Windows.BranchCache.ClientSideServiceBase"]/NodeName$</ComputerName>
<CounterName>WININET: Bytes from cache</CounterName>
<ObjectName>BranchCache</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>300</Frequency>
<Tolerance>0</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>10</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>