|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
amqsactz enhancements |
« View previous topic :: View next topic » |
Author |
Message
|
tczielke |
Posted: Mon Nov 03, 2014 12:11 pm Post subject: amqsactz enhancements |
|
|
Guardian
Joined: 08 Jul 2010 Posts: 941 Location: Illinois, USA
|
Hello,
NOTE: The amqsactz is an enhancement to the IBM supplied amqsact tool, which is a tool for viewing Application Activity Trace data.
FYI - The amqsactz tool has some recent enhancements to it -> http://www.capitalware.com/mq_code_c.html
1. Version 8 support.
2. Operations Reason Code summary report (i.e. show by application, the total number of unique reason codes by operation).
3. Objects Detail summary report (i.e. show by application the objects referenced, then for each object show the total number of operations with persistence and message length counts and also the total number of unique options with constant expansions).
I find #3 especially helpful. It allows you to quickly see MQ object usage behavior like persistence usage, size of messages, option usage, etc., instead of having to manually mine it out of the amqsact output.
Here is an example of the Objects Detail summary report:
Code: |
=================================================================================================================================
Application Objects Detail Report
Details included by object are:
1. Operations found, including persistence (NonPrst, Prst, DfltPrst) and total message length data, where applicable
2. Options found, which include conn, open, get, put, close, callback, sub, subrq
=================================================================================================================================
pid: 12316 ApplicationName: amqsput UserId: mqm referenced the following operations and options by object:
Object Name: TCZ.TEST1
Operation: MQXF_CLOSE Count: 1
Operation: MQXF_OPEN Count: 1
Operation: MQXF_PUT Count: 13
DfltPrstCount: 13 TotalMessageLength: 68
Open Options: 8208 Count: 1
MQOO_OUTPUT
MQOO_FAIL_IF_QUIESCING
Put Options: 8260 Count: 13
MQPMO_NO_SYNCPOINT
MQPMO_NEW_MSG_ID
MQPMO_FAIL_IF_QUIESCING
Close Options: 0 Count: 1
MQCO_NONE
MQCO_IMMEDIATE
|
|
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|