TFS Version Control Average Response Time

TeamFoundationServer2012.TFSVCAverageResponseTime (UnitMonitor)

The time, on average, that the TFS Version Control service took to process a single request.

Knowledge Base article:

Summary

The time, on average, that the TFS Version Control service took to process a single request.

Element properties:

TargetTeamFoundationServer2012.TFSApplicationTier
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Instance NameTFS Version Control
Counter NameAverage Response Time
Frequency120
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.AverageThreshold
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="TeamFoundationServer2012.TFSVCAverageResponseTime" Accessibility="Public" Enabled="true" Target="TeamFoundationServer2012.TFSApplicationTier" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Performance!System.Performance.AverageThreshold" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<OperationalStates>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="UnderThreshold" HealthState="Success"/>
<OperationalState ID="OverThreshold" MonitorTypeStateID="OverThreshold" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Average Response Time</CounterName>
<ObjectName>TFS Version Control</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>120</Frequency>
<Threshold>5</Threshold>
<NumSamples>2</NumSamples>
</Configuration>
</UnitMonitor>