Performance Measuring: Output Timeouts

Performance_Measuring__Output_Timeouts_2000 (Rule)

Knowledge Base article:

Summary

The total number of timeouts on the communication line from the host side of the connection. These are typically the result of a noisy line. On some high latency networks, this could be the result of the protocol timeout being too short. Increasing the protocol timeout on these types of lines will improve performance by reducing needless re-transmissions.

Element properties:

TargetMicrosoft.Windows.Server.2000.TerminalServerRole
CategoryPerformanceCollection
EnabledFalse
Instance NameTerminal Services Session
Counter NameOutput Timeouts
Frequency900
Alert GenerateFalse
RemotableTrue
CommentMom2005ID='{35E41528-0B5A-4BA8-B3BA-BC5A3ADC2668}'

Member Modules:

ID Module Type TypeId RunAs 
PerformanceDS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Performance_Measuring__Output_Timeouts_2000" Target="Microsoft.Windows.Server.2000.TerminalServerRole" Enabled="false" Remotable="true" Comment="Mom2005ID='{35E41528-0B5A-4BA8-B3BA-BC5A3ADC2668}'">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Output Timeouts</CounterName>
<ObjectName>Terminal Services Session</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>4</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>