TFS Version Control CurrentServerRequests

TeamFoundationServer2012.TFSVCCurrentServerRequests (UnitMonitor)

The number of currently active requests being processed by the TFS Version Control service.

Knowledge Base article:

Summary

The number of currently active requests being processed by the TFS Version Control service.

Element properties:

TargetTeamFoundationServer2012.TFSApplicationTier
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Instance NameTFS Version Control
Counter NameCurrent Server Requests
Frequency120
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ThresholdMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="TeamFoundationServer2012.TFSVCCurrentServerRequests" Accessibility="Public" Enabled="true" Target="TeamFoundationServer2012.TFSApplicationTier" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Performance!System.Performance.ThresholdMonitorType" 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>Current Server Requests</CounterName>
<ObjectName>TFS Version Control</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>120</Frequency>
<Threshold>50</Threshold>
</Configuration>
</UnitMonitor>