Metric-PP

The <metric> tag within the <postprocessor> tag contains the name of a Postprocessor report.

Syntax: Metric-PP

Read syntax diagramSkip visual syntax diagram
>>-<metric--+------------+--+----------------+-->--------------->
            '-id=“token”-'  '-option=“token”-'      

>--<description>--token--</description>--<type>--token--</type>-->

>--+------------------------------+----------------------------->
   '-<helpurl>--token--</helpurl>-'   

>--+----------------------------+--</metric>-------------------><
   '-<helpid>--token--</helpid>-'              

Tag/Fragment Description Type
id name of the Postprocessor report token
option suboptions specified for the Postprocessor reports token
description descriptive title of the report token
type type of the Postprocessor report; can be either Interval, Duration, or Overview token
helpurl URL of help document token
helpid ID of corresponding paragraph in help document token

Example XML code:

<metric id=“CPU”>
<description>CPU Activity Report</description>
<type>Interval</type>
</metric>