Zbieranie diagnostyki użycia procesora przez agentów

Microsoft.SystemCenter.HealthService.SCOMpercentageCPUTimeDiagnostic (Diagnostic)

Tę diagnostykę można uruchomić w celu próbkowania użycia procesora przez agentów po zmianie stanu monitora.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
MonitorMicrosoft.SystemCenter.HealthService.SCOMpercentageCPUTimeMonitor
RemotableFalse
Timeout300
Execute On StateError
CategoryMaintenance
Enabledfalse
AccessibilityPublic

Member Modules:

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

Source Code:

<Diagnostic ID="Microsoft.SystemCenter.HealthService.SCOMpercentageCPUTimeDiagnostic" Accessibility="Public" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.HealthService" Monitor="Microsoft.SystemCenter.HealthService.SCOMpercentageCPUTimeMonitor" ExecuteOnState="Error" Remotable="false" Timeout="300">
<Category>Maintenance</Category>
<ProbeAction ID="Probe" TypeID="Microsoft.SystemCenter.HealthService.SCOMpercentageCPUTimeScriptProbe">
<TimeoutSeconds>300</TimeoutSeconds>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<RunAsDiagnostic>true</RunAsDiagnostic>
<ProcessIterationCount>3</ProcessIterationCount>
</ProbeAction>
</Diagnostic>