Display accounting and statistics information

To use the information recorded in accounting and statistics messages, run an application such as the amqsmon sample program to transform the recorded information into a suitable format

Accounting and statistics messages are written to the system accounting and statistics queues. amqsmon is a sample program supplied with IBM MQ that processes messages from the accounting and statistics queues and displays the information to the screen in a readable form.

Because amqsmon is a sample program, we can use the supplied source code as template for writing your own application to process accounting or statistics messages, or modify the amqsmon source code to meet your own particular requirements.

  • amqsmon (Display formatted monitoring information)
    Use the amqsmon sample program to display in a readable format the information contained within accounting and statistics messages. The amqsmon program reads accounting messages from the accounting queue, SYSTEM.ADMIN.ACCOUNTING.QUEUE. and reads statistics messages from the statistics queue, SYSTEM.ADMIN.STATISTICS.QUEUE.
  • amqsmon (Display formatted monitoring information) examples
    Use this page to view examples of running the amqsmon (Display formatted monitoring information) sample program

Parent topic: Accounting and statistics messages