Postprocessor element

The <postprocessor> tag encloses one Postprocessor report denoted by the Metric-PP specification.

Syntax: Postprocessor

Read syntax diagramSkip visual syntax diagram
>>-<postprocessor>--| Metric-PP |--| Version-PP |--------------->

                                      .-----------------.   
                                      V                 |   
>--| Resource-PP |--| Time-Data-PP |----+-------------+-+------->
                                        '-| Segment |-'     

   .-----------------.                     
   V                 |                     
>----+-------------+-+--</postprocessor>-----------------------><
     '-| Message |-'                       

Tag/Fragment Description Type
Metric-PP name of a Postprocessor report See Metric-PP
Version-PP version information for Postprocessor reports See Version-PP
Resource-PP description of the reported resource See Resource-PP
Time-Data-PP time information for the report interval See Time-Data-PP
Segment named Postprocessor report segment containing the report data See Segment
Message error message or warning See Message

Example XML code:

<postprocessor>
<metric id="CPU">…</metric>
<version>…</version>
<resource>…</resource>
<time-data>…</time-data>
<segment><name>CPU ACTIVITY</name>…</segment>
<segment><name>PARTITION DATA REPORT</name>…</segment>
<segment><name>LPAR CLUSTER REPORT</name>…</segment>
<segment><name>GROUP CAPACITY REPORT</name>…</segment>
</postprocessor>