Java Virtual machine Monitoring Jconsole learning

Source: Internet
Author: User
Tags jconsole

Development environment:

Server System: Linux

Web container: Resin

Java version: Oracle,jrockit

Since the Java1.5 version has a custom monitoring jconsole to detect the operation of the Java Virtual machine.

Configure the parameters under the JVM parameters in Resin's startup profile resin.conf:

<span style= "FONT-SIZE:14PX;" ><jvm-arg>-dcom.sun.management.jmxremote.port=9999</jvm-arg><jvm-arg>- dcom.sun.management.jmxremote.ssl=false</jvm-arg><jvm-arg>- Dcom.sun.management.jmxremote.authenticate=false</jvm-arg><jvm-arg>-djava.rmi.server.hostname= Xxxx.xxxx.xxxx.xxxx</jvm-arg> </span>
which

Port: The port number to use when monitoring

Authenticate: Monitor if you need to add a user name and password

Hostname: Server IP
which

Open the Jconsole input needs to monitor the address of the machine, such as:


After the connection is successful, you can see the JVM running on this machine:


You can look at the operation of the JVM and find the problem easily!




Java Virtual machine Monitoring Jconsole learning

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.