Monitoring server resources using JMX |
Top Previous Next |
The JMX service included with JSCAPE MFT Server allows you to more closely monitor usage of CPU and memory resources. It is meant to be used with a Java profiling application such as VisualVM.
Connecting via JMX
In order to connect via JMX you will need to provide a connection URL. Please use the format provided below.
service:jmx:rmi://[hostname]:[serverport]/jndi/rmi://[hostname]:[registryport]/server
where [hostname] and [port] are the hostname and port that JMX service is listening on. Note, if you are listening on host/IP 0.0.0.0 then you will need to replace the hostname in the URL with the actual IP address of the server. Also, it is important that when connecting remotely that both the Server port and Registry port are allowed inbound connections for any firewall.
JMX Credentials
To connect via JMX you must provide valid administrator credentials. Administrators for JSCAPE MFT Server are defined in Settings > Manager Service > Administrators in JSCAPE MFT Server Manager.
Configuring JMX
The JMX service may be configured in Settings > JMX in JSCAPE MFT Server Manager.
Figure 157
|