Jconsole Monitoring Remote Spring boot program

Source: Internet
Author: User
Tags jconsole

Monitor Java programs to increase startup parameters

Java \

-djava.rmi.server.hostname=192.168.1.97 \

-dcom.sun.management.jmxremote \
-dcom.sun.management.jmxremote.port=1099 \
-dcom.sun.management.jmxremote.authenticate=false \
-dcom.sun.management.jmxremote.ssl=false \

-jar Imagescheck.jar > Image.log 2>&1 &

Because the startup parameters are too long, we can define the system environment variables to represent the last line increment in the/etc/profile

Export java_opts= '-djava.rmi.server.hostname=192.168.1.97-dcom.sun.management.jmxremote- Dcom.sun.management.jmxremote.port=1099-dcom.sun.management.jmxremote.authenticate=false- Dcom.sun.management.jmxremote.ssl=false '

Then source/etc/profile the file into effect.

At startup we can use Nohup java $JAVA _opts-jar imagescheck.jar > Image.log 2>&1 & This script.

JMX Port is 1099;

If you do not set the server hostname-djava.rmi.server.hostname then you may not be able to connect.

Enter the Jconsole command on the native command line to bring up the interface

Enter the host name in the remote process: port number

Jconsole Monitoring Remote Spring boot program

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.