Physical Disk Disk Bytes per Second

Microsoft.Windows.Client.Vista.PhysicalDisk.DiskBytesPerSec.Collection (Rule)

Collects the performance counter PhysicalDisk\Disk Bytes/sec.

Knowledge Base article:

Summary

This rule collects performance data for the Physical Disk\Disk Bytes/sec performance counter. This information is collected and is exposed one or more Views and/or Reports.

The Physical Disk\Disk Bytes/sec performance counter exposes the rate bytes are transferred to or from the disk during write or read operations.

Element properties:

TargetMicrosoft.Windows.Client.Vista.PhysicalDisk
CategoryPerformanceCollection
EnabledFalse
Instance NamePhysicalDisk
Counter NameDisk Bytes/sec
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.Client.Vista.PhysicalDisk.DiskBytesPerSec.Collection" Enabled="false" Target="Vista!Microsoft.Windows.Client.Vista.PhysicalDisk">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Disk Bytes/sec</CounterName>
<ObjectName>PhysicalDisk</ObjectName>
<InstanceName>$Target/Property[Type="WindowsClient!Microsoft.Windows.Client.PhysicalDisk"]/PerfmonInstance$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>100000</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>4</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>