_Custom MSA P2000 Rule Port Mega Bytes Per Second

Custom.MSA.P2000.Rule.PortBytesPerSecond (Rule)

Knowledge Base article:

Summary

Data transfer rate in Mega Bytes Per Second calculated over the interval since these statistics were last requested or reset. This value will be zero if it has not been requested or reset since a controller restart.

Element properties:

TargetCustom.MSA.P2000.ClassCustom.HostPort
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Custom.MSA.P2000.DataSourceModule.HostPortFiltered Default
MapToPerf ConditionDetection System.Performance.DataGenericMapper Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Custom.MSA.P2000.Rule.PortBytesPerSecond" Enabled="true" Target="Custom.MSA.P2000.ClassCustom.HostPort" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="Custom.MSA.P2000.DataSourceModule.HostPortFiltered">
<IntervalSeconds>300</IntervalSeconds>
<portName>$Target/Property[Type="Custom.MSA.P2000.ClassCustom.HostPort"]/portName$</portName>
<folderPath>$Target/Host/Property[Type="Custom.MSA.P2000.ClassCustom.MSA.Instance"]/folderPath$</folderPath>
</DataSource>
</DataSources>
<ConditionDetection ID="MapToPerf" TypeID="Performance!System.Performance.DataGenericMapper">
<ObjectName>MSA P2000 Host Port</ObjectName>
<CounterName> Bytes Per Second</CounterName>
<InstanceName>$Data/Property[@Name='portName']$</InstanceName>
<Value>$Data/Property[@Name='portBytesPerSecond']$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>