FMQ JVM Test

This test reports the memory usage of the FioranoMQ server.

Target of the test : A FioranoMQ Server

Agent deploying the test : An internal agent

Outputs of the test : One set of results for a FioranoMQ server being monitored.

Configurable parameters for the test
Parameter Description

Test Period

How often should the test be executed.

Host

The IP address of the host for which this test is to be configured.

Port

The port at which the specified host listens.

HomeDir

The location of the directory in which the FioranoMQ server has been installed. For example, the HomeDir for a Windows installation of the FioranoMQ server will be of the following format: C:\PROGRA~1\Fiorano\FIORAN~1.0. The format for a Unix installation will be: /user/egurkha/Fiorano/FioranoMQ7.0.

SvrBinDir

The full path to the bin directory of the FioranoMQ server installation that contains the file ConnectionManager.xmlin FioranoMQ server 6.0, or the FMQListeners.xmlin the FioranoMQ7.0. These files, which are required for starting the respective FioranoMQ servers, also help the test in determining the version number of the FioranoMQ server (whether 6 or 7). For example, the svrbindir for a Windows installation of the server will be of the format: C:\PROGRA~1\Fiorano\FIORAN~1.0\bin. The format for Unix installations will be: /user/egurkha/Fiorano/FioranoMQ7.0/bin.

ServerMode

The mode in which the FioranoMQ server is running. This parameter can take any of the following values:

  • tcp: In this mode, the FioranoMQ server accepts non-secure TCP connections. This is the default value for ServerMode parameter.
  • ssljsse: In this mode, the FioranoMQ server accepts secure connections which are serviced using Sun's JSSE implementation.
  • sslphaos: In this mode, the FioranoMQ server accepts secure TCP connections and secure connections using Phaos.
  • http: In this mode, the FioranoMQ server accepts non-secure HTTP connections.
  • httpjsse: In this mode, the FioranoMQ server accepts secure HTTPS connections which are serviced using Sun's JSSE implementation.
  • httpphaos: In this mode, the FioranoMQ server accepts secure HTTPS connections using Phaos.

AdminID

The user name of the FioranoMQ server's administrator. The default is "admin".

Admin Password

The password corresponding to the specified admin user.

Confirm Password

Confirm the password by retyping it here.

ACF

ACF stands for Admin Connection Factory object. Specify the name of an existing ACF object in this text box. This object is used to obtain a handle to an Admin connection.

TCF

TCF stands for Topic Connection Factory object. Specify the name of an existing TCF object in this text box.  This object is used to set up a connection with the provider.

TrustStore

The truststore or keystore database which the JVM uses to verify certificates. For example, this parameter can take the value c:\FioranoMQ\bin\jssecacerts on Windows (on Unix, the path would be expressed as: /user/egurkha/Fiorano/FioranoMQ7.0/bin/jssecacerts), where jssecacerts is the truststore database which the JVM uses.

Note:

Refer to How to find the ServerMode, ACF and TCF parameters for a FioranoMQ server? section to know the values of the ServerMode, ACF and TCF test parameters.

Measurements made by the test
Measurement Description Measurement Unit Interpretation

Memory consumed

The memory utilized by the server

MB

This measure serves as an indicator of the level of activity on the FioranoMQ server. While a high value indicates that the server is actively performing its messaging functions, a low value indicates that client connections, and the receipt and transmission of messages, is low.

Free memory

The unused memory in the server

MB

This indicates how much more memory is available for the JVM to perform further duties. If frequently fully used up and close to 0, it means the total memory allocation to JVM has to be tuned up accordingly.

Total memory

The total memory available to the FioranoMQ server

MB

This indicates how much memory is totally available for the JVM of FioranoMQ server.