With the default settings, the records that can be collected for IJServer Work Units are as follows:
IS_JMX_JVM
IS_JMX_JTARESOURCE
IS_JMX_JDBCRESOURCE
By implementing the definition procedure below, the following records can also be collected:
IS_JMX_SERVLET
IS_JMX_ENTITYBEAN_METHOD
IS_JMX_ENTBEAN_POOL_AND_PASSIVATE
IS_JMX_STFBEAN_METHOD
IS_JMX_STFBEAN_INS_AND_IDLE
IS_JMX_STLSBEAN_METHOD
IS_JMX_MESSBEAN_METHOD
IS_JMX_MESSBEAN_INFO
Point
If the items that are collected by default meet the requirements for the operation, there is no need to implement the procedure in this section.
Note
Some records cannot be collected, depending on the application running on the IJServer Work Unit.
The number of records that can be collected increases as a result of implementing this definition procedure, so collection processing may not be able to complete within the collection interval (because there are too many monitored objects, for example) and errors may occur.
Procedure for extending performance information collection for IJServer
Modify the "template.dat" file.
[Windows]
<Variable file storage directory>\control\template.dat |
[UNIX]
/etc/opt/FJSVssqc/template.dat |
Content to be modified
Add the line "LEVEL=2" after the "ARMTXN=..." line in the INTSG section, as shown below.
######################################### ## Interstage ispreport DCA_CMD [INTSG] DCAID="INTSGREPO" AUTOFLAG="ON" INTERVAL=5 TDOBJ="ON" EJBAPL="ON" IMPLID="ON" IJSERVER="ON" ARMTXN="ON" LEVEL=2 *Add this line. ######################################### |