Microsoft.SystemCenter.NTService.PerfCounterProvider
Updated: August 10, 2011
Applies To: Operations Manager 2007 R2
The Microsoft.SystemCenter.NTService.PerfCounterProvider is a data source module type that outputs the Windows performance data of a Windows NT Service as System.Performance.Data data every 10 minutes.
Type Definition
<DataSourceModuleType ID="Microsoft.SystemCenter.NTService.PerfCounterProvider" Accessibility="Public">
<Configuration>
<xsd:element name="ServiceName" type="xsd:string" />
<xsd:element name="ObjectName" type="xsd:string" />
<xsd:element name="CounterName" type="xsd:string" />
<xsd:element name="InstanceName" type="xsd:string" />
<xsd:element name="Value" type="xsd:string" />
</Configuration>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource TypeID="Microsoft.SystemCenter.NTService.Frequency.PerfCounterProvider" ID="DS">
<ServiceName>$Config/ServiceName$</ServiceName>
<ObjectName>$Config/ObjectName$</ObjectName>
<CounterName>$Config/CounterName$</CounterName>
<InstanceName>$Config/InstanceName$</InstanceName>
<Value>$Config/Value$</Value>
<Frequency>600</Frequency>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DS" />
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Performance!System.Performance.Data</OutputType>
</DataSourceModuleType>
Parameters
The Microsoft.SystemCenter.NTService.PerfCounterProvider supports the following configuration parameters:
| Parameter | Type | Description |
|---|---|---|
|
ServiceName |
String |
Required parameter. Specifies the Windows NT service name. |
|
ObjectName |
String |
Required parameter. Specifies the Windows NT performance object name. |
|
CounterName |
String |
Required parameter. Specifies the name of the Windows NT performance counter. |
|
InstanceName |
String |
Required parameter. Contains the Windows NT performance instance, if applicable. |
|
Value |
String |
Required parameter. Contains the numeric value for the performance value. |
Composition
The Microsoft.SystemCenter.NTService.PerfCounterProvider module is a composite module that contains the following member modules:
| Workflow Run Order | Module Type | Usage |
|---|---|---|
|
1 |
Microsoft.SystemCenter.NTService.Frequency.PerfCounterProvider |
Provides Windows NT service performance data at the specified frequency. |
Related Modules
None.
External Module References
None.
Remarks
Sample
Information
|
Module Type |
|
|
InputType |
None |
|
Output Type |
|
|
Implementation |
Composite |
|
Library |
Microsoft.SystemCenter.Library |