IBM JDK (AIX) Java arguments for the WLSDM agent
-
Requester: @dirk-nachbar
Hi WLSDM Team,
I’ve a request for providing the required Java Arguments for the WLSDM agent under IBM JDK (AIX) within your Installation Document Thanks in advance. -
@wlcommunityusers said in IBM JDK (AIX) Java arguments for the WLSDM agent:
Requester: @dirk-nachbar
Hi WLSDM Team,
I’ve a request for providing the required Java Arguments for the WLSDM agent under IBM JDK (AIX) within your Installation Document Thanks in advance.Hi Dirk,
These JFR (Java Fligh Recorder) arguments are valid from JDK 1.7_040 version. You can check this out: https://publib.boulder.ibm.com/httpserv/cookbook/Java-Java_Profilers.html (See “Java Mission Control (Formerly JRockit Mission Control)” section)If your IBM-AIX environment works on Java 1.6.xx, there is no need to add these JFR parameters. Only add
“-javaagent:/path/to/wlsdm_agent.jar -Dwlsdm.agent.logger.level=INFO”
this means you are NOT able to monitor backend operations. But all the rest will work properly.
By the way, we are going to update our installation document by adding these additional information. Thank you for your contributions. -
@wlsdmsupport said in IBM JDK (AIX) Java arguments for the WLSDM agent:
@wlcommunityusers said in IBM JDK (AIX) Java arguments for the WLSDM agent:
Requester: @dirk-nachbar
Hi WLSDM Team,
I’ve a request for providing the required Java Arguments for the WLSDM agent under IBM JDK (AIX) within your Installation Document Thanks in advance.Hi Dirk,
These JFR (Java Fligh Recorder) arguments are valid from JDK 1.7_040 version. You can check this out: https://publib.boulder.ibm.com/httpserv/cookbook/Java-Java_Profilers.html (See “Java Mission Control (Formerly JRockit Mission Control)” section)If your IBM-AIX environment works on Java 1.6.xx, there is no need to add these JFR parameters. Only add
“-javaagent:/path/to/wlsdm_agent.jar -Dwlsdm.agent.logger.level=INFO”
this means you are NOT able to monitor backend operations. But all the rest will work properly.
By the way, we are going to update our installation document by adding these additional information. Thank you for your contributions.@dirk.nachbar On the other hand, we have released a new v2.5.2 and it covers the OSB module inline. Also update the website, blog site and community site For your information…