Measure User's Guide

Defining Custom Counters
Measure User’s Guide520560-003
5-8
Considerations
executing process and the values of the user-defined counters bumped by the
application.
These reports were generated by measuring the execution of the application in
Example 5-1 on page 5-3. The application bumps each type of user-defined
counter. The first report is displayed with the RATE ON report attribute, the second
with the RATE OFF report attribute.
13+ LIST USERDEF *
Process Program $WORK.APPL.BILLING
CPU 4 Pin 45 Priority 140 Userid 255,255 Creatorid 255,255
Local System \BUYER From 8 Nov 1990, 14:49:27 For 3.5 Seconds
TRANSACTIONS 0.28 Accum 0
TRANSACTIONS 0.28 Accum 1
TIMEPER 87.48 % Busy 0
WAITING 0.87 # Max 1 # Queue 0
14+ SET REPORT RATE OFF
15+ LIST USERDEF *
Process Program $WORK.APPL.BILLING
CPU 4 Pin 45 Priority 140 Userid 255,255 Creatorid 255,255
Local System \BUYER From 8 Nov 1990, 14:49:27 For 3.5 Seconds
TRANSACTIONS 1 # Accum 0
TRANSACTIONS 1 # Accum 1
TIMEPER 3.08 s Busy 0
WAITING 3.08 s Max 1 # Queue 0
For each user-defined counter, MEASCOM displays the name, value, type, and
index value. For queue counters, MEASCOM also displays the maximum queue
length.
You can use the BY and IF clauses of the LIST and LISTALL commands on
USERDEF reports. For descriptions of the BY and IF clauses, see Overriding
REPORT Attributes on page 4-5.