Use JVISUALVM to monitor JVM memory, CPU, thread

Source: Internet
Author: User
Tags apache tomcat

recently do performance testing found a lot of performance problems, in the face of some development of small white data structure thought, really want to shout: let go of that code, let me! Impulse.
faceWEBsite development, performance testing is often done, the following one describes how to combine performance testing tools, better monitoringWEBA tool that serves performance-state work.
What's that? Why should we monitorApacheService, I'm sorry, but first you figure it out.
Network available monitoring tools many kinds of, today introduced aJDK1.6A tool that comes with these versionsJVISUALVM.

Don't say much nonsense, just look at the operation.

Apache Add the following to the server startup configuration:

-dcom.sun.management.jmxremote.port=1090

-dcom.sun.management.jmxremote.ssl=false

-dcom.sun.management.jmxremote.authenticate=false

asApache Tomcat 7, you need tocatalina.shAdd the following to the file and save the restart after completionApacheservice.

Export java_opts= "$JAVA _opts-dcom.sun.management.jmxremote.port=1090-dcom.sun.management.jmxremote.ssl= False-dcom.sun.management.jmxremote.authenticate=false "

through the local JDK1.6 The tools in the previous version jvisualvm.exe to monitor.

environment variables can be configured to open directly in the runJvisualvm.exeor EnterJDKof thebinin the catalog OpenJvisualvm.exe

when open, right-click to add remote host remotely, enter Apache Service Host Address

Right-click Add Remote Host address, add JMX link, port to follow Apache Add a configuration that writes the same port.

Double-click the added JMX Link, right side display Apache Monitoring Information

Monitoring



From for notes (Wiz)



Use JVISUALVM to monitor JVM memory, CPU, thread

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.