PDA

View Full Version : JMX Monitoring on unix server


aish11
07-10-2011, 11:32
Hi All,

I am new to JMX.Can anybody tell me how to use this it on unix server.

Using JMX i want to check the system monitoring(%cpu utilization , size utilization )how to start JMX on UNIX


Thanks

kjkoster
08-10-2011, 08:02
Dear aish11,

You can install the Java-monitor probe in your application server, as discussed in the installation instructions (http://java-monitor.com/install.html). Please notice that Java-monitor is a JVM monitoring too and not a UNIX monitoring tool. Java-monitor will show CPU utilization and machine load, so it gives you some idea of what the machine is doing.

Hope this helps.

Kees Jan

aish11
11-10-2011, 10:25
Hi,

I want know abt JMX which is in build with the java.I dont want to install Java monitor probe.

Can you please give me some small example of monitoring using JMX

kjkoster
11-10-2011, 20:18
Dear aish11,

Uhm. Java-monitor uses JMX. It shows you the JMX data in a convenient format.

There are loads of other tools that connect to JMX. Check out jconsole en visualvm for example. If you Google those names you will find a lot of information.

Kees Jan