Interpreting IBM MQ for z/OS accounting data
IBM MQ for z/OS accounting data is written as SMF type 116 records. Use this topic as a reference to the different types of accounting data records.
IBM MQ accounting information can be collected for the following subtypes:
- 0
- Message manager accounting records (how much processor time was spent processing IBM MQ API calls and the number of MQPUT and MQGET calls). This information is produced when a named task disconnects from IBM MQ, and so the information contained within the record might cover many hours.
- 1
- Accounting data for each task, at thread and queue level.
- 2
- Additional queue-level accounting data (if the task used more queues than could fit in the subtype 1 record).
- 10
- Accounting data for channels. Note: Accounting information for specific channels can be enabled or suppressed by the STATCHL channel attribute, and the STATACLS queue manager attribute.
Note that:
- Subtype 0 records are produced with accounting trace class 1.
- Subtype 1 and 2 records are produced with accounting trace class 3.
- Subtype 10 records are produced with accounting trace class 4.
- Layout of an SMF type 116 record
Use this topic as a reference to the format of an SMF type record.- Processing type 116 SMF records
Use this topic as a reference to the format of the processing type accounting record.- Common IBM MQ SMF header
Use this topic as a reference to the common IBM MQ SMF header type accounting record.- Combining CICS and IBM MQ performance data
Use this topic as a reference to the combination of IBM MQ and CICS performance data.- Thread cross-reference data
Use this topic as a reference to the format of the thread cross-reference type accounting record.- Message manager data records
Use this topic as a reference to the format of the message manager accounting records.- Sample subtype zero accounting record
Use this topic as a reference to the format of the subtype zero accounting records.- Thread-level and queue-level data records
Use this topic as a reference to the format of the thread-level and queue-level accounting records.- Layout of channel initiator SMF type 116 records
The layout of channel accounting data (SMF type 116, subtype 10) records is described in this topic.- Channel accounting data records
Use this topic as a reference for channel accounting data records.Parent topic: Monitor performance and resource usage on z/OS