WebSphere MQ Class 3 Summary report

The WebSphere® MQ Class 3 Summary report provides a summary of MQ accounting class 3 records.

You can request 4 sort options to summarize data in the required sequence: TRAN, QUEUE, TRAN/QUEUE (Queues referenced by a Transaction) and QUEUE/TRAN (Transactions that reference a Queue).

In all cases, the report is divided into two sections:
  1. A static header section.
  2. A variable length information section. In the variable section, data lines are omitted if they have no activity against them (typically, the count value is zero).
The following command produces a Class 3 Summary report (sorted by Transaction ID) like that in Figure 1
CICSPA MQ(SUMMARY,CLASS3,SORT(TRAN))
Figure 1. WebSphere MQ Class 3 Summary report (by TRAN)
 V5R3M0                                                 CICS Performance Analyzer
                                               WebSphere MQ Class 3 Summary     (By TRAN)
 
MQ000004 Printed at 12:34:56 02/15/2015  Data from 14:50:34 07/13/2010 to 14:51:24 07/13/2010                                   
                                                                                                                                
                                                                                                                                
SSID: MQMD  APPLID: CICS53A1  Tran: CKTI  Threads:         1                                                                    
  Other     Avg Count               1.0   Avg Elapsed    0.000895  Avg CPU      0.000370                                        
                                                                                                                                
SSID: MQMD  APPLID: CICS53A1  Tran: MQA1  Threads:         1                                                                    
  Other     Avg Count               1.0   Avg Elapsed    0.018721  Avg CPU      0.000258                                        
            Avg #Old Pages        120.0   Avg #New Pages      0.0                                                               
The following command produces a Class 3 Summary report (sorted by Queue name) like that in Figure 2
CICSPA MQ(SUMMARY,CLASS3,SORT(QUEUE))
Figure 2. WebSphere MQ Class 3 Summary report (by QUEUE)
 V5R3M0                                                 CICS Performance Analyzer
                                               WebSphere MQ Class 3 Summary     (By QUEUE)
 
MQ000005 Printed at 12:34:56 02/15/2015  Data from 14:50:34 07/13/2010 to 14:51:24 07/13/2010                                   
                                                                                                                                
                                                                                                                                
Queue: CPPX.MQS520.TEST.TEMPQUEUE.001                                                                                           
QType: LOCAL    IType: NONE       GDisp: Q_MGR    QCount:         1                                                             
                                                                                                                                
             Count     Elapsed      CPU      Susp Elp  JnlWrt Elp   PS Req's  PS Rd Elp   Expired   Page Skip  Msgs Skip        
           _________  _________  _________  _________  __________  _________  _________  _________  _________  _________        
  OPEN           1.0   0.000480   0.000472                                                                                      
  CLOSE          1.0   0.000122   0.000121                                                                                      
  PUT            1.0   0.000657   0.000562   0.000000    0.000000        0.0   0.000000        0.0        0.0        0.0        
                                                                                                                                
  PUT      Avg Bytes          10.0  Avg #PUT w/Data      1.0   Min Msg Size        10  Max Msg Size        10                   
                                                                                                                                
Queue: CPPX.MQS520.TEST.TEMPQUEUE.002                                                                                           
QType: LOCAL    IType: NONE       GDisp: Q_MGR    QCount:         1                                                             
                                                                                                                                
             Count     Elapsed      CPU      Susp Elp  JnlWrt Elp   PS Req's  PS Rd Elp   Expired   Page Skip  Msgs Skip        
           _________  _________  _________  _________  __________  _________  _________  _________  _________  _________        
  OPEN           1.0   0.000274   0.000270                                                                                      
  CLOSE          1.0   0.000053   0.000052                                                                                      
  PUT            1.0   0.000489   0.000484   0.000000    0.000000        0.0   0.000000        0.0        0.0        0.0
                                                                                                                        
  PUT      Avg Bytes          10.0  Avg #PUT w/Data      1.0   Min Msg Size        10  Max Msg Size        10           
The following command produces a Class 3 Summary report (sorted by Transaction ID, then Queue name) like that in Figure 3
CICSPA MQ(SUMMARY,CLASS3,SORT(TRAN,QUEUE))
Figure 3. WebSphere MQ Class 3 Summary report (by TRAN,QUEUE)
 V5R3M0                                                 CICS Performance Analyzer
                                             WebSphere MQ Class 3 Summary     (By TRAN,QUEUE)
 
MQ000006 Printed at 12:34:56 02/15/2015  Data from 14:50:34 07/13/2010 to 14:51:24 07/13/2010                                   
                                                                                                                                
                                                                                                                                
SSID: MQMD  APPLID: CICS53A1  Tran: CKTI  Threads:         1                                                                    
  Other     Avg Count               1.0   Avg Elapsed    0.000895  Avg CPU      0.000370                                        
                                                                                                                                
SSID: MQMD  APPLID: CICS53A1  Tran: MQA1  Threads:         1                                                                    
  Other     Avg Count               1.0   Avg Elapsed    0.018721  Avg CPU      0.000258                                        
            Avg #Old Pages        120.0   Avg #New Pages      0.0                                                               
                                                                                                                                
  Queue: CPPX.MQS520.TEST.TEMPQUEUE.001                                                                                         
  QType: LOCAL    IType: NONE       GDisp: Q_MGR    QCount:         1                                                           
                                                                                                                                
               Count     Elapsed      CPU      Susp Elp  JnlWrt Elp   PS Req's  PS Rd Elp   Expired   Page Skip  Msgs Skip      
             _________  _________  _________  _________  __________  _________  _________  _________  _________  _________      
    OPEN           1.0   0.000480   0.000472                                                                                    
    CLOSE          1.0   0.000122   0.000121                                                                                    
    PUT            1.0   0.000657   0.000562   0.000000    0.000000        0.0   0.000000        0.0        0.0        0.0      
                                                                                                                         
    PUT      Avg Bytes          10.0  Avg #PUT w/Data      1.0   Min Msg Size        10  Max Msg Size        10           
The following command produces a Class 3 Summary report (sorted by Queue name, then Transaction ID) like that in Figure 4
CICSPA MQ(SUMMARY,CLASS3,SORT(QUEUE,TRAN))
Figure 4. WebSphere MQ Class 3 Summary report (by QUEUE,TRAN)
 V5R3M0                                                 CICS Performance Analyzer
                                           WebSphere MQ Class 3 Summary     (By QUEUE,TRAN)
MQ000007 Printed at 12:34:56 02/15/2015  Data from 14:50:34 07/13/2010 to 14:51:24 07/13/2010                                   
 
Queue: CPPX.MQS520.TEST.TEMPQUEUE.023                                                                                   
QType: LOCAL    IType: NONE       GDisp: Q_MGR    QCount:         1                                                     
                                                                                                                        
             Count     Elapsed      CPU      Susp Elp  JnlWrt Elp   PS Req's  PS Rd Elp   Expired   Page Skip  Msgs Skip
           _________  _________  _________  _________  __________  _________  _________  _________  _________  _________
  OPEN           1.0   0.000272   0.000267                                                                              
  CLOSE          1.0   0.000114   0.000113                                                                              
  PUT            1.0   0.000502   0.000495   0.000000    0.000000        0.0   0.000000        0.0        0.0        0.0
                                                                                                                        
  PUT      Avg Bytes          10.0  Avg #PUT w/Data      1.0   Min Msg Size        10  Max Msg Size        10           
                                                                                                                        
  SSID: MQMD  APPLID: CICS53A1  Tran: MQA1  Threads:         1                                                          
    Other     Avg Count               1.0   Avg Elapsed    0.018721  Avg CPU      0.000258                              
              Avg #Old Pages        120.0   Avg #New Pages      0.0                                                     
The WebSphere MQ Class 3 Summary report contains information in five sections:
  1. Task identification
  2. Task related statistics
  3. Queue identification
  4. Queue call statistics
  5. Queue Get/Put summary