complexType PerformanceAttributeDescriptor

complexType {http://java.sun.com/products/oss/xml/CBE/Measurement}PerformanceAttributeDescriptor

Derived Types
{http://java.sun.com/products/oss/xml/CBE/Measurement}PerformanceAttributeDescriptor
 {http://java.sun.com/products/oss/xml/CBE/Sla}KeyQualityIndicatorParam (by extension)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/products/oss/xml/CBE/Measurement
Declared Namespacesxmlns:cbereport=http://java.sun.com/products/oss/xml/CBE/Report
xmlns:cbeschedule=http://java.sun.com/products/oss/xml/CBE/Schedule
xmlns:cbecore=http://java.sun.com/products/oss/xml/CBE/Core
xmlns:co=http://java.sun.com/products/oss/xml/Common
xmlns:cbemeasurement=http://java.sun.com/products/oss/xml/CBE/Measurement
xmlns=http://www.w3.org/2001/XMLSchema


Source

<complexType name="PerformanceAttributeDescriptor">
    <
annotation>
        <
documentation>
Represent a measurement attribute that can be monitored in the observable object class.

<p>
The measurement attribute name is short form of the measurement name and it is used to
identify the measurement attribute in the measurement result reports.

<p>
The type of the measurement can be:
<ul>
<li>Integer
<li>Real
<li>String
</ul>

<p>
Each measurement job will be collecting result data at a particular frequency,
known as the granularity period of the measurement. At the end of the granularity period
a scheduled result report shall be generated for each measurement job that is actively
collecting performance measurement data. The measurement data can be collected in a number of ways:
<ul>
<li>cumulative incremental counters triggered by the occurrence of the measured event;
<li>status inspection (i.e. a mechanism for high frequency sampling of internal counters at pre-defined rates);
<li>gauges (i.e. high tide mark, low tide mark);
<li>discrete event registration, where data related to a particular event is captured.
</ul>
        
</documentation>
    </
annotation>
    <
sequence>
        <
element name="name" minOccurs="0" nillable="true" type="string"/>
        <
element name="type" minOccurs="0" nillable="true" type="int"/>
        <
element name="collectionMethod" minOccurs="0" nillable="true" type="string"/>
        <
element name="array" minOccurs="0" nillable="true" type="boolean"/>
    </
sequence>
</
complexType>


Documentation

Represent a measurement attribute that can be monitored in the observable object class.
 <p>
 The measurement attribute name is short form of the measurement name and it is used to
 identify the measurement attribute in the measurement result reports.
 <p>
 The type of the measurement can be:
 <ul>
   <li>Integer
   <li>Real
   <li>String
 </ul>
 <p>
 Each measurement job will be collecting result data at a particular frequency,
 known as the granularity period of the measurement. At the end of the granularity period
 a scheduled result report shall be generated for each measurement job that is actively
 collecting performance measurement data. The measurement data can be collected in a number of ways:
 <ul>
   <li>cumulative incremental counters triggered by the occurrence of the measured event;
   <li>status inspection (i.e. a mechanism for high frequency sampling of internal counters at pre-defined rates);
   <li>gauges (i.e. high tide mark, low tide mark);
   <li>discrete event registration, where data related to a particular event is captured.
 </ul>


complexType PerformanceAttributeDescriptor


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.