Enabling z/OS Connect EE response time analysis
To enable the JVM monitoring to provide response time metrics for z/OS® Connect services, use a z/OS Connect Interceptor.
Before you begin
The steps in the following example assume that the configuration directory for z/OS Connect is /var/zosconnect/, which
might be different in your environment. The configuration directory should contain the
servers/ subdirectory and the v2r0/ subdirectory. If the
servers/ directory is missing, consider configuring the z/OS Connect EE before you continue. For more information, see IBM z/OS Connect Enterprise Edition: Defining
interceptors.
Note: z/OS Connect EE provides a service during a server setup, which lists all
of the defined services which a particular user has access to. This service is called through the
<host>:<port>/zosConnect/services
URL, where host is the host name which the server resides on, and
port is the HTTP or HTTPS port that is configured for communication in the
server.xml. This service has a predefined value in the OMEGAMON enhanced 3270
user interface or Tivoli Enterprise Portal. When this service is called, it is displayed in either
user interface with the zOSConnectServices service name.
About this task
You can find the files that are necessary for the z/OS Connect Interceptor code in the /usr/lpp/kan/bin/IBM directory, which is the OMEGAMON® for JVM SMP/E TKANJAR z/OS UNIX System Services target directory.
When you locate the server.xml file for configurations, if you use the default server, the server.xml file can be found in the /var/zosconnect/servers/defaultServer/ directory.
With JVM resource monitoring configured, the JVM option for the boot class path reads as
follows:
-Xbootclasspath/p:/RTE_USS_RTEDIR/RTE_NAME/kan/hca_64/lib/ext/healthcenter.jar
However,
if response time monitoring is required, you must update the preceding line as
follows:
-Xbootclasspath/p:/RTE_USS_RTEDIR/RTE_NAME/kan/hca_64/lib/ext/healthcenter.jar
:/RTE_USS_RTEDIR/RTE_NAME/kan/bin/IBM/kjjboot.jar
Important: If you configure response time monitoring without this step, no response time data
is displayed in the OMEGAMON enhanced 3270 user interface
or in the TEPS user interface, and you might receive the KJJTX0002E error message followed by a
stack trace for each request that is sent to the server.
Procedure
Complete the following steps to enable z/OS Connect EE response time analysis: