JMX Connection to JVM
This test reports the availability of the target Java application, and also indicates whether JMX is enabled on the application or not. In addition, the test promptly alerts you to slowdowns experienced by the application, and also reveals whether the application was recently restarted or not.
Target of the test : A Java application
Agent deploying the test : An internal/remote agent
Outputs of the test : One set of results for the Java application being monitored
Parameter | Description |
Test period |
How often should the test be executed. |
Host |
The host for which the test is to be configured. |
Port |
The port number at which the specified host listens to. |
Metric Collection Type |
This test can extract metrics from the Java application using either of the following mechanisms:
To configure the test to collect metrics from the eg_btm.jar file, select the JAR option. On the other hand, to configure the test to use JMX options, choose the JMX option. By default, JAR option is chosen here. |
JMX Remote Port |
This parameter appears only if the Metric Collection Type flag is set to JMX. Here, specify the port at which the jmx listens for requests from remote hosts. Ensure that you specify the same port that you configured in the management.properties file in the <JAVA_HOME>\jre\lib\management folder used by the target application . To know more, refer to Enabling JMX Support for JRE |
JNDI Name |
This parameter appears only if the Metric Collection Type is set to JMX. The JNDIname is a lookup name for connecting to the JMX connector. By default, this is jmxrmi. If you have resgistered the JMX connector in the RMI registery using a different lookup name, then you can change this default value to reflect the same. |
JMX User, JMX Password, and Confirm Password |
These parameters appear only if the Metric Collection Type flag is set to JMX. If JMX requires authentication only (but no security), then ensure that the user and password parameters are configured with the credentials of a user with read-write access to JMX. To know how to create this user, refer to Configuring the eG Agent to Support JMX Authentication. Confirm the password by retyping it in the confirm password text box. |
Provider |
This parameter appears only if the Metric Collection Type flag is set to JMX. This test uses a JMX Provider to access the MBean attributes of the target Java application and collect metrics. Specify the package name of this JMX Provider here. By default, this is set to com.sun.jmx.remote.protocol. |
Timeout |
Specify the duration (in seconds) for which this test should wait for a response from the target Java application. If there is no response from the target beyond the configured duration, the test will timeout. By default, this is set to 240 seconds if the Mode is JMX, and 10 seconds if the Mode is SNMP. |
JMX Registry SSL |
This parameter appears only if the Metric Collection Type flag is set to JMX. If you have registered the JMX connector in an SSL-enabled RMI registry , set this flag to Yes. By default, this is set to No. |
Measurement | Description | Measurement Unit | Interpretation |
---|---|---|---|
JMX availability |
Indicates whether the target application is available or not and whether JMX is enabled or not on the application. |
Percent |
If the value of this measure is 100%, it indicates that the Java application is available with JMX enabled. The value 0 on the other hand, could indicate one/both the following:
|
JMX response time |
Indicates the time taken to connect to the JMX agent of the Java application. |
Secs |
A high value could indicate a connection bottleneck. |
Has the PID changed? |
Indicates whether/not the process ID that corresponds to the Java application has changed. |
|
This measure will report the value Yes if the PID of the target application has changed; such a change is indicative of an application restart. If the application has not restarted - i.e., if the PID has not changed - then this measure will return the value No. |