Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use the Jconsole-java Monitoring and Management console

2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces the relevant knowledge of "how to use the Jconsole-java Monitoring and Management console". Many people will encounter this dilemma in the operation of actual cases, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

When Jconsole monitors java programs, when you start the java program, you can remotely monitor by adding the following options:

-Djava.rmi.server.hostname=192.168.80.123-Dcom.sun.management.jmxremote-Dcom.sun.management.jmxremote.port=12345-Dcom.sun.management.jmxremote.ssl=fasle-Dcom.sun.management.jmxremote.authenticate=false

For example, to start the jar package of a springboot project using java-jar, you can use the following command:

Java-Xms512m-Xmx512m-Djava.rmi.server.hostname=192.168.80.123-Dcom.sun.management.jmxremote-Dcom.sun.management.jmxremote.port=12345-Dcom.sun.management.jmxremote.ssl=fasle-Dcom.sun.management.jmxremote.authenticate=false-jar abc.jar

80.123 is the address of the server and the java program is deployed.

We can use our own computers to monitor:

First enter jconsole in cmd, open the jconsle tool, and enter 192.168.80.123jconsle 12345 to connect, as follows:

After the connection is successful, the monitoring interface is as follows, which is consistent with the monitoring of the local process.

This is the end of the content of "how to use the Jconsole-java Monitoring and Management console". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 258

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report