Monitor tomcat JVM memory, thread, CPU with Jconsole

Source: Internet
Author: User

Starting with Java 5, JConsole was introduced to monitor Java application performance and track code in Java. Jconsole is the JDK with its own monitoring tools, only need to find the JDK installation path, open the Bin folder, double-click jconsole .

0, the preparation before monitoring

Write code to Tomcat/bin/catalina.sh

Catalina_opts=-djava.awt.headless=True
java_opts="-djava.rmi.server.hostname=192.168.0.1 $JAVA _opts-dprogram.name= $PROGNAME- Dcom.sun.management.jmxremote.port=8533-dcom.sun.management.jmxremote.authenticate=false- Dcom.sun.management.jmxremote.ssl=false"

1. Establish a new connection

Here we talk about remote monitoring of Linux Tomcat, according to the usage input:

192.168.0.1:8533 

Click "Connect" to enter the console

Monitor tomcat JVM memory, thread, CPU with Jconsole

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.