Raccolta richieste al secondo del database Worker

Microsoft.SystemCenter.ServiceManagementAutomation.Rule.Collect.WorkerDatabaseRequestsPerSec (Rule)

Contatore di raccolta delle richieste al secondo di database Worker per Worker di Microsoft Service Automation

Knowledge Base article:

Riepilogo

Raccoglie il contatore di prestazioni Chiamate al servizio Web al secondo. Indica il numero di chiamate che i client eseguono al servizio Web di Service Management Automation.

Configurazione

In questa regola è possibile configurare le opzioni seguenti:

Opzione

Definizione

Impostazioni predefinite

CounterName

Nome del contatore di prestazioni. Questo valore può essere sostituito solo da un Language Pack.

WorkerDatabaseRequestsPerSec

Abilitato

Specifica se il monitoraggio deve essere eseguito.

Vero

Frequenza

Numero di secondi tra le esecuzioni della regola.

600

MaximumSampleSeparation

Il numero massimo di campioni nell'impostazione Tolleranza che vengono ignorati prima di raccogliere un nuovo campione.

4

ObjectName

Nome dell'oggetto prestazioni. Questo valore può essere sostituito solo da un Language Pack.

Contatori delle prestazioni di Orchestrator Worker

Tolleranza

La differenza tra il valore del campione e il valore precedentemente raccolto che è necessaria per poter raccogliere il campione.

5

Element properties:

TargetMicrosoft.SystemCenter.ServiceManagementAutomation.Server.RunbookWorker
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.ServiceManagementAutomation.Rule.Collect.WorkerDatabaseRequestsPerSec" Target="Microsoft.SystemCenter.ServiceManagementAutomation.Server.RunbookWorker" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.ServiceManagementAutomation.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Worker Database Requests Per Sec</CounterName>
<ObjectName>Orchestrator Worker Performance Counters</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>600</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>6</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>