AD DC 效能集合 - 計量 NTDS KDC TGS 要求數

Microsoft.Windows.Server.2016.AD.DomainController.KDCTGRequests.Collection (Rule)

Knowledge Base article:

摘要

此規則會收集每秒票證授權伺服器 (TGS) 要求由 KDC 服務的次數。用戶端將使用 TGS 要求來取得資源的票證。

此效能集合可協助判斷網域控制站的負載是否有問題。

Element properties:

TargetMicrosoft.Windows.Server.2016.AD.DomainControllerRole
CategoryPerformanceCollection
EnabledTrue
Instance NameSecurity System-Wide Statistics
Counter NameKDC TGS Requests
Frequency900
Alert GenerateFalse
RemotableFalse

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.Server.2016.AD.DomainController.KDCTGRequests.Collection" Enabled="true" Target="AD2016Core!Microsoft.Windows.Server.2016.AD.DomainControllerRole" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>KDC TGS Requests</CounterName>
<ObjectName>Security System-Wide Statistics</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>4</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>