Virtual Storage Device Bytes Read Rule

Microsoft.Windows.HyperV.VirtualStorageDevice.ReadBytesCollectionRule (Rule)

Collects Virtual Storage Device's Bytes read per second

Element properties:

TargetMicrosoft.SystemCenter.Advisor.Windows.Server.Computer
CategoryPerformanceCollection
EnabledFalse
Instance NameHyper-V Virtual Storage Device
Counter NameRead Bytes/sec
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PerformanceDS DataSource System.Performance.DataProvider Default
WriteToCloud WriteAction Microsoft.SystemCenter.CollectCloudPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.HyperV.VirtualStorageDevice.ReadBytesCollectionRule" Enabled="false" Target="AdvCore!Microsoft.SystemCenter.Advisor.Windows.Server.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="Perf!System.Performance.DataProvider">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Read Bytes/sec</CounterName>
<ObjectName>Hyper-V Virtual Storage Device</ObjectName>
<AllInstances>true</AllInstances>
<Frequency>300</Frequency>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToCloud" TypeID="IPTypes!Microsoft.SystemCenter.CollectCloudPerformanceData"/>
</WriteActions>
</Rule>