Exchange 2013 Server: Disk Writes/sec

Microsoft.Exchange.15.Rules.ExchangeServer.Disk.WritesSec (Rule)

Displays the total number of individual disk IO requests completed per second. This performance collection rule collects information only for disks that are used by Exchange 2013 to store logs, databases, etc.

Knowledge Base article:

Summary

Exchange 2013 Server: Disk Writes/sec.

Displays the total number of individual disk IO requests completed per second. This performance collection rule collects information only for disks that are used by Exchange 2013 to store logs, databases, etc.

Element properties:

TargetMicrosoft.Exchange.15.Server
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Exchange.15.Server.Storage.DataSourceMapped Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Exchange.15.Rules.ExchangeServer.Disk.WritesSec" Target="Microsoft.Exchange.15.Server" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Exchange.15.Server.Storage.DataSourceMapped">
<ObjectName>Exchange Server</ObjectName>
<CounterName>Disk Writes/sec</CounterName>
<InstanceName>*</InstanceName>
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<SyncTime/>
<VerboseLogging>0</VerboseLogging>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SCLibrary!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>