Folyamatfigyelés: Folyamatteljesítmény-adatok gyűjtési adatforrása

Microsoft.Windows.Server.10.0.Process.PerfMetrics.Collection.DataSource (DataSourceModuleType)

Folyamatteljesítmény-adatok gyűjtési adatforrása.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.Windows.Server.10.0.DataItemProcessPort.Type

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.Windows.Server.10.0.Process.PerfMetrics.Collection.DataSource.Internal Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
LogLevelint$Config/LogLevel$Naplószint
Annak meghatározása, hogy az eseménynapló mely eseményeket rögzítse.
0 – mind, 1 – tájékoztató, 2 – figyelmeztetés, 4 – hiba, 8 – részletes
16 – hibakeresés, 255 – nincs
IntervalSecondsint$Config/IntervalSeconds$Intervallum (s)Intervallum (s)
MonitoringConfigurationstring$Config/MonitoringConfiguration$Figyelési konfigurációA figyelésből kizárandó folyamatok megadása egy XML formátumú fájlban

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.Server.10.0.Process.PerfMetrics.Collection.DataSource" Accessibility="Public">
<Configuration>
<!-- optional -->
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="MonitoringConfiguration" type="xsd:string"/>
<!-- optional -->
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="LogLevel" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ManagedEntityId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:int"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="LogLevel" Selector="$Config/LogLevel$" ParameterType="int"/>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="MonitoringConfiguration" Selector="$Config/MonitoringConfiguration$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DataSource" TypeID="Microsoft.Windows.Server.10.0.Process.PerfMetrics.Collection.DataSource.Internal">
<MonitoringConfiguration>$Config/MonitoringConfiguration$</MonitoringConfiguration>
<LogLevel>$Config/LogLevel$</LogLevel>
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ManagedEntityId>$Config/ManagedEntityId$</ManagedEntityId>
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DataSource"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Microsoft.Windows.Server.10.0.DataItemProcessPort.Type</OutputType>
</DataSourceModuleType>