Enabling SMF record collection
Use the following procedure to specify IBM System Management Facility (SMF) exits that the system uses to collect SMF records and to define where the system writes SMF data. BMC AMI Ops Monitor for Java Environments can collect SMF records when exit IEFU84 is invoked for STC and JESx.
To enable SMF record collection
In the COMMAND line, type D SMF, O to list the exit specifications for your system.
- Search for the following statements:
- SYS(EXITS(IEFU84))
- SUBSYS(ssss,EXITS(IEFU84)), where ssss is STC, JES2, or JES3
If you did not find these statements, specify IEFU84 in the SMF parmlib member (SMFPRMxx).
Specify IEFU84 on the EXITS option of either the SYS or SUBSYS parameter.Grant authorized read access to BPX.SMF (the Facility class resource) for JZOS and IMS.
Specify the following Java Batch Toolkit for z/OS (JZOS) environment variables:
IBM product
Syntax to specify
JZOS version 8.0 SR1 or later
HJV_JZOS_JVM_SMF_LOGGING=true
HJV_JZOS_JVM_SMF_THREADS=true
HJV_JZOS_JVM_SMF_LOGGING_INTERVAL=n (seconds)
export HJV_JZOS_JVM_SMF_LOGGING
export HJV_JZOS_JVM_SMF_THREADS
export HJV_JZOS_JVM_SMF_LOGGING_INTERVAL
export HJV_JZOS_JVM_SMF_THREADS_NATIVE_ID =trueIMS 15 or later
In the DFSENVXX member for IMS JMP:
JLEOPT=N
SMFINTERVAL=<nnnn> (milliseconds)