Exception filter keyword descriptions
The keywords and their values are described in the table below.
The keyword values are user-defined. A < prefix can be used with a numeric value to define a less-than condition. If a numeric value is not defined as a less-than condition, it is compared to a greater-than or equal-to condition. The specified keywords are ORed; a trace record is retained if any one of the comparison conditions is valid.
For example, RESPONSE => 5.5 collects only records with a response time equal to or greater than 5.5 seconds. FC CALLS => <5 collects only records that have less than 5 file control calls.
The table below lists the keywords with a description of each value that can be used. Time can be specified either in hours, minutes, and seconds as hh:mm:ss or in seconds as ss (maximum of three decimals). Other numeric keywords can be specified in K (for example, 100K).
Keyword | Description |
|---|---|
4GL | 4GL name |
ABENDS ONLY | Only transactions that have ABENDed (Y or N) |
CPU TIME | Transaction CPU time |
D2 SQL CNT | Number of DB2 SQL and IFI (Instrumentation Facility Interface) requests that the transaction issued to a IBM DB2 database |
DB I/O CNT | Number of requests that the transaction issued to all monitored databases, including DB2 and IBM MQ databases. This number does not include requests to DBCTL. |
DB I/O TIME | Amount of elapsed time that the transaction spent waiting on request processing for all monitored databases, including DB2 and MQ. This number does not include request processing waits for DBCTL. |
DC I/O CNT | Number of requests that the transaction issued to DBCTL |
DC I/O TIME | Amount of elapsed time that the transaction spent waiting on DBCTL request processing |
DSA STG HWM | DSA storage high-water mark |
DSA STG OCC | DSA storage occupancy |
EDSA STG HWM | EDSA storage high-water mark |
EDSA STG OCC | EDSA storage occupancy |
FC CALLS | Number of File Control calls |
FC I/O CNT | Number of File Control I/O waits |
FC I/O TIME | File Control I/O time |
FC XCPT CNT | Number of File Control exceptions |
FC XCPT TIME | File Control exception wait time |
FILE | File name |
IRC WT CNT | Number of inter region waits |
IRC WT TIME | Inter region wait time |
MQ I/O CNT | Number of requests that the transaction issued to MQ |
MQ I/O TIME | Amount of elapsed time the transaction spent waiting on MQ request processing |
MQ Queue | One or more complete or generic queue names, up to 48 bytes. Separate multiple queue names by a blank. To specify a generic queue name, type an asterisk (*) as the final character of the queue name. Note: The MQ Queue field is ignored if resource expanded information (FILEXPND) is not enabled in CMRSOPT. For information about the CMRSOPT, see Modifying-CMRSOPT. |
PLAN | DB2 plan name |
PSB | PSB name |
RESPONSE | Transaction response time |
SUSPEND TIME | Suspend time |
Related topic