DELLEMC Enterprise SI Collect Performance Data

EMC.SI.DB.WriteAction (WriteActionModuleType)

This write action module optionally writes performance data to the ops DB.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.Performance.Data

Member Modules:

ID Module Type TypeId RunAs 
CD ConditionDetection System.ExpressionFilter Default
DB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
WriteToDBbool$Config/WriteToDB$Write to databaseSpecifies whether or not to write the data to the Operational Database.

Source Code:

<WriteActionModuleType ID="EMC.SI.DB.WriteAction" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element minOccurs="1" name="WriteToDB" type="xsd:boolean"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="WriteToDB" Selector="$Config/WriteToDB$" ParameterType="bool"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ConditionDetection ID="CD" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="Boolean">$Config/WriteToDB$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="Boolean">true</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<WriteAction ID="DB" TypeID="SCLib!Microsoft.SystemCenter.CollectPerformanceData"/>
</MemberModules>
<Composition>
<Node ID="DB">
<Node ID="CD"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>SystemPerf!System.Performance.Data</InputType>
</WriteActionModuleType>