Enabling SMF record collection
Use the following procedure to specify IBM System Management Facility (SMF) exits for collecting SMF records, and where to write 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
On 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 7.1 or later
JZOS_JVM_SMF_LOGGING=true
export JZOS_JVM_SMF_LOGGINGJZOS version 8.0 SR1
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 14 or later
In the DFSENVXX member for IMS JMP:
JLEOPT=N
SMFINTERVAL=<nnnn> (milliseconds)