Exchange 2013 Server: Transport Queue Database Size (MB)

Microsoft.Exchange.15.Rules.ExchangeServer.QueueDatabase.Size (Rule)

Displays the total size of Exchange 2013 transport queue database, in megabytes.

Knowledge Base article:

Summary

Exchange 2013 Server: Transport Queue Database Size (MB).

Displays the total size of Exchange 2013 transport queue database, in megabytes.

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.QueueDatabase.Size" 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>Queue Database Size (MB)</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>