Row

The <row> tag contains the requested performance data values to be displayed in a Monitor III or Postprocessor report.

Syntax: Row

Read syntax diagramSkip visual syntax diagram
>>-<row refno="nonNegativeInteger"--+-------------------+------->
                                    '-exception=“token”-'   

>--+-----------------+--+--------------------+------------------>
   '-percent=“token”-'  '-attributes=“token”-'   

                        .----------------------.           
                        V                      |           
>--+--------------+-->----<col>--token--</col>-+--</row>-------><
   '-type=“token”-'                                        

Tag/Fragment Description Type
col value for cells in a row of a data table token
refno unique row reference number

nonNegative
Integer

exception indicates if the value in this row exceeds exception thresholds; valid values in {NONE, WARN, CRIT} NMTOKEN
percent percentage of the value compared to the maximum value in the list (only meaningful for list-valued metrics) token
attributes denotes whether attributes may be queried for the resource in this row; valid values in {YES, NO} NMTOKEN
type is set if the row contains values with a special meaning, for example, SUM denotes a row containing a total of certain previous rows NMTOKEN

Example XML code of a row in a Postprocessor report:

<row refno="1" type="SUM">
<col>TOTAL/AVERAGE</col>
<col>CP</col>
<col>3.08</col>
<col>3.05</col>
<col>191.2</col>
<col>7.45</col>
<col>0.58</col>
</row>