ASAP 2.7 Extension Manual

Configuring the ASAP Extension
HP NonStop ASAP Extension Manual425265-004
2-14
Aggregation Control
AT TransRate MetricRule "#0/S"
To display the transaction and error counts in detail records using two attributes and
the minimum transaction count value and the maximum error count value in the
aggregate records:
AT TransCnt MetricRule "#0 MIN"
AT ErrorCnt MetricRule "#1 MAX"
Defining SET AGGREGATE ONLY for an entity in ASAPXCNF means only aggregate
records are generated for the entity. In this case, a single DataItem might be used to
create multiple aggregate metrics. To create an aggregate-only record showing the
minimum, maximum, sum, and average of DataItem 0 using four attributes:
AT TransMin MetricRule "#0 MIN"
AT TransMax MetricRule "#0 MAX"
AT TransSum MetricRule "#0 SUM"
AT TransAvg MetricRule "#0 AVG"
To display the transaction response time in detail records and to display the average
response time for the group in the aggregate records:
AT RespTime MetricRule "#2/(#0 + #1)"
To display the percent busy for transactions during the interval in the detail records and
to display the maximum percent busy from an individual member of the group in
aggregate records:
AT PerCentBusy MetricRule "C100 * (#2 MAX/S AVG)"
To display the individual constant values for DataItems 3 and 4 in detail records and to
display the minimum of DataItem 3 and the maximum of DataItem 4 in the aggregate
records:
AT TransState MetricRule "#3 MIN"
AT Amount MetricRule "#4 MAX"
To display the value of text DataItem 5 in detail records and to display the minimum
value (first alphabetically) in the aggregate records:
AT Active MetricRule "#5 MIN"
Note. The average of "S" is used because the other operand is an integer DataItem.