Windows Server 2016 이상 프로세서의 프로세서 시간(\%)

Microsoft.Windows.Server.10.0.Processor.PercentProcessorTime.Collection (Rule)

Processor\\% Processor Time 성능 카운터를 수집합니다.

Knowledge Base article:

요약

이 규칙은 프로세서\프로세서 시간 비율 성능 카운터의 성능 데이터를 수집합니다.

프로세서\프로세서 시간 비율 성능 카운터는 프로세서가 비유휴 스레드를 실행하는 데 걸린 시간의 비율을 제공합니다. 이 값은 샘플 간격에 유휴 스레드가 활성 상태인 시간을 측정하여 간격 기간에서 해당 시간을 빼는 방법으로 계산됩니다. 각 프로세서에는 실행할 준비가 된 다른 스레드가 없을 때 사이클을 소비하는 유휴 스레드가 있습니다. 이 카운터는 프로세서 작업의 주 표시기로 샘플 간격 동안 관찰된 평균 사용 시간 백분율을 표시합니다. 이 값은 서비스가 비활성 상태인 시간을 모니터링하여 100%에서 그 값을 빼는 방법으로 계산합니다.

Element properties:

TargetMicrosoft.Windows.Server.10.0.Processor
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PerformanceDS DataSource Microsoft.Windows.Server.10.0.Processor.Performance.ModuleType Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.Server.10.0.Processor.PercentProcessorTime.Collection" Enabled="true" Target="ServervNext!Microsoft.Windows.Server.10.0.Processor">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="Microsoft.Windows.Server.10.0.Processor.Performance.ModuleType">
<CounterName>% Processor Time</CounterName>
<ObjectName>Processor</ObjectName>
<InstanceName>$Target/Property[Type="WindowsServer!Microsoft.Windows.Server.Processor"]/PerfmonInstance$</InstanceName>
<Frequency>300</Frequency>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>