Share via


PerfCounterAggregationMethod

Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager

Represents the type of aggregation used to determine the performance of the targeted class type.

Schema Hierarchy

ManagementPack
  Monitoring
    ServiceLevelObjectives
      PerformanceCounterSLO
        PerfCounterAggregationMethod

Syntax

 <PerfCounterAggregationMethod>Average/Min/Max</PerfCounterAggregationMethod>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the PerfCounterAggregationMethod element.

Attributes

None.

Child Elements

None.

Parent Elements

Element Description

PerformanceCounterSLO

Defines a service-level objective that is tracked against a performance counter.

Text Value

The aggregation method determines how the collected performance data is evaluated and measured against the DesiredObjective element in relation to the specified Threshold value. The method can be one of the types described in the following table.

Aggregation Method Description

Average

The aggregate result will be the average value in the collection.

Maximum

The aggregate result will be the maximum value in the collection.

Minimum

The aggregate result will be the minimum value in the collection.

See Also

Reference

DesiredObjective
PerformanceCounterSLO
Threshold