Lamaxu exposes the most recent queue statistics for each queue as an MBean under the Q_STATISTICS tree for the queue manager.

  • On all systems other than ZOS, the statistics are obtained from the Statistics Event queue.

 

 

AttributeDescription
qmgrCommandLevelThe MQ version
  
QMNAMEThe queue manager name this statistic refers to
  
QUEUEThe queue name this statistic refers to
  
endDateThe end date of the interval that the statistic was collected
endTimeThe end time of the interval that the statistic was collected
  
getMsgsNonPersistNumber of Non-Persistent messages consumed over the interval
getMsgsPersistNumber of Persistent messages consumed over the interval
getMsgsPerSecNumber of messages consumed per second over the interval
intervalThe number of seconds since the last statistic collection
maxQueueDepthThe maximum queue depth reached, 'High Water Mark' over the interval
  
putMsgsPerSecNumber of messages sent per second over the interval
  
  
  
  • No labels