Get the agent processor utilization

Microsoft.SystemCenter.HealthService.SCOMpercentageCPUTimeAnalyzer (Task)

This task gets the agent processor utilization.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction Microsoft.SystemCenter.HealthService.SCOMpercentageCPUTimeScriptProbe Default

Source Code:

<Task ID="Microsoft.SystemCenter.HealthService.SCOMpercentageCPUTimeAnalyzer" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<ProbeAction ID="PA" TypeID="Microsoft.SystemCenter.HealthService.SCOMpercentageCPUTimeScriptProbe">
<TimeoutSeconds>300</TimeoutSeconds>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<RunAsDiagnostic>true</RunAsDiagnostic>
<ProcessIterationCount>25</ProcessIterationCount>
</ProbeAction>
</Task>