收集 .NET CSM Collector/\% Unsynchronized Tokens/sec

Microsoft.SystemCenter.Apm.Infrastructure.Monitoring.CollectUnsynchronizedTokensPercentage (Rule)

此规则收集具有无效或过期时间戳的客户端监视请求的比率。 这些请求被客户端监视集合终结点拒绝。 此规则收集的值是从 .NET CSM Collector \% Unsynchronized Tokens/sec 性能计数器中获取的。

Knowledge Base article:

摘要

此规则收集具有无效或过期时间戳的客户端监视请求的比率。 这些请求被客户端监视集合终结点拒绝。 此规则收集的值是从 .NET CSM Collector % Unsynchronized Tokens/sec 性能计数器中获取的。

客户端监视集合 IIS 终结点 CSMCollector 会拒绝具有无效或过期时间戳的所有请求。 过期时间戳请求比率升高通常表示在 Web 场环境内的 Web 服务器之间未正确同步时钟。 此外,如果未正确配置针对 CSMCollector 运行的综合事务,则无效或过期的时间戳的请求比率可能会升高。

Element properties:

TargetMicrosoft.SystemCenter.Apm.ActivatedApmAgent
CategoryPerformanceCollection
EnabledTrue
Instance Name.NET CSM Collector
Counter Name\% Unsynchronized Tokens/sec
Frequency300
Alert GenerateFalse
RemotableFalse

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.Apm.Infrastructure.Monitoring.CollectUnsynchronizedTokensPercentage" Enabled="true" Target="Microsoft.SystemCenter.Apm.ActivatedApmAgent" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.DataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>% Unsynchronized Tokens/sec</CounterName>
<ObjectName>.NET CSM Collector</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>300</Frequency>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>