3.1.4.2.2.1.3.49.1 Columns

The DISCOVER_PERFORMANCE_COUNTERS rowset contains the following columns.

Name

Type

Restriction

Description

PERF_COUNTER_NAME

xsd:string

Yes

The name of the performance counter.<314>

PERF_COUNTER_VALUE

xsd:double

The value of the performance counter.

The rowset is not sorted.

The response has the following definition.

       <xsd:element name="root">
         <xsd:complexType>
           <xsd:sequence minOccurs="0" maxOccurs="unbounded">
             <xsd:element name="row" type="row" />
           </xsd:sequence>
         </xsd:complexType>
       </xsd:element>
       <xsd:complexType name="row">
         <xsd:sequence>
           <xsd:element sql:field="PERF_COUNTER_NAME" name="PERF_COUNTER_NAME" 
                        type="xsd:string" minOccurs="0" />
           <xsd:element sql:field="PERF_COUNTER_VALUE" name="PERF_COUNTER_VALUE" 
                        type="xsd:double" minOccurs="0" />
         </xsd:sequence>
       </xsd:complexType>