M365 (outlook.office365.com) Response Time Performance Collection

Microsoft.SystemCenter.M365.Rules.RTTOfficePerformanceRule (Rule)

This rule pings the address outlook.office365.com and collects the time in milliseconds.

Knowledge Base article:

Summary

This rule pings the address outlook.office365.com and collects the time in milliseconds.

The Port overridable parameter can be use to specify a TCP port number or UDP for a normal ping. Port number can be one of the following:

Element properties:

TargetMicrosoft.SystemCenter.M365.WatcherNodeApplication.Networking
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.SystemCenter.M365.DataSource.RTTOffice Default
System.Performance.DataGenericMapper ConditionDetection System.Performance.DataGenericMapper Default
Microsoft.SystemCenter.CollectPerformanceData WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.M365.Rules.RTTOfficePerformanceRule" Enabled="true" Target="Microsoft.SystemCenter.M365.WatcherNodeApplication.Networking" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="Microsoft.SystemCenter.M365.DataSource.RTTOffice">
<IntervalSeconds>900</IntervalSeconds>
<Port>UDP</Port>
</DataSource>
</DataSources>
<ConditionDetection ID="System.Performance.DataGenericMapper" TypeID="Performance!System.Performance.DataGenericMapper">
<ObjectName>Microsoft 365 Network</ObjectName>
<CounterName>outlook.office365.com Ping Round Trip Time (ms)</CounterName>
<InstanceName>$Target/Host/Property[Type="Microsoft.SystemCenter.M365.WatcherNodeApplication"]/LocationName$</InstanceName>
<Value>$Data/Property[@Name='RTTinMS']$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="Microsoft.SystemCenter.CollectPerformanceData" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>