TFS CurrentLinkQueries PerSecond

TeamFoundationServer2008.TFSCurrentLinkQueriesPerSecond (UnitMonitor)

The rate of queries about links between artifacts in Team Foundation Server.

Knowledge Base article:

Summary

The number of current Link Queries that are getting executed each second

Element properties:

TargetTeamFoundationServer2008.TFSApplicationTier
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Instance NameTFS Services
Counter NameCurrent Link Queries/Sec
Frequency120
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ThresholdMonitorType
RemotableTrue
AccessibilityInternal
RunAsDefault

Source Code:

<UnitMonitor ID="TeamFoundationServer2008.TFSCurrentLinkQueriesPerSecond" Accessibility="Internal" Enabled="onEssentialMonitoring" Target="TeamFoundationServer2008.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 Link Queries/Sec</CounterName>
<ObjectName>TFS Services</ObjectName>
<InstanceName>$Target/Property[Type="TeamFoundationServer2008.TFSApplicationTier"]/TFSATComputerName$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>120</Frequency>
<Threshold>50</Threshold>
</Configuration>
</UnitMonitor>