Controlling the CICS Monitoring Facility

When CICS® is initialized, you can switch the CICS monitoring facility on by specifying the system initialization parameter MN=ON. The default setting is MN=OFF. You can also select the classes of monitoring data that you want to be collected using the MNPER, MNEXC, and MNRES system initialization parameters. You can request any combination of performance class, exception class, and transaction resource class data. The class settings can be changed whether monitoring itself is ON or OFF. For more information about the monitoring system initialization parameters, see the CICS System Definition Guide.

When CICS is running, you can control the CICS monitoring facility dynamically. Just as at CICS initialization, you can switch monitoring on or off, and you can change the classes of monitoring data that are being collected. There are two ways of doing this:
  1. You can use the master terminal CEMT INQUIRE and SET MONITOR command, which is described in the CICS Supplied Transactions.
  2. You can use the EXEC CICS INQUIRE and SET MONITOR commands; programming information about these commands can be found in the CICS System Programming Reference.

When you activate a class of monitoring data, data is collected only for transactions that start thereafter, not transactions already active. You cannot change the classes of monitoring data collected for a transaction after it has started. It is often preferable, particularly for long-running transactions, to start all classes of monitoring data at CICS initialization.


Information Information

Feedback


Timestamp icon Last updated: Friday, 8 February 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic//cpaug61.htm