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

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

此規則會收集由用戶端監視集合端點所拒絕的無效監視要求速率。 這些值是從 .NET CSM Collector \% Invalid Tokens/sec 效能計數器。

Knowledge Base article:

摘要

此規則會收集由用戶端監視集合端點所拒絕的無效監視要求速率。 此規則所收集的值是從 .NET CSM Collector % Invalid Tokens/sec 效能計數器取得。

用戶端監視集合 IIS 端點 CSMCollector 拒絕了所有未正確加密或接收的資料未採用所需格式的要求。 無效的用戶端監視要求比率過高可能表示用戶端監視安全性設定有問題。settings. 此外,若負載平衡器的設定不正確,則當 CSMCollector 接收到不同 Operations Manager 管理組中監視的 Web 伺服器所呈現網頁的監視要求時,可能會導致無效的用戶端監視要求比率過高。 針對 CSMCollector IIS 端點執行無效的綜合交易會導致無效用戶端監視要求的比率增加。

Element properties:

TargetMicrosoft.SystemCenter.Apm.ActivatedApmAgent
CategoryPerformanceCollection
EnabledTrue
Instance Name.NET CSM Collector
Counter Name\% Invalid 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.CollectInvalidTokensPercentage" 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>% Invalid 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>