zoukankan      html  css  js  c++  java
  • 性能分析工具VisualVM for eclipse安装过程总结

    Java VisualVM

    Java VisualVM is a tool that provides a visual interface for viewing detailed information about Java applications while they are running on a Java Virtual Machine (JVM), and for troubleshooting and profiling these applications. Various optional tools, including Java VisualVM, are provided with Sun's distribution of the Java Development Kit (JDK) for retrieving different types of data about running JVM software instances. 

    Eclipse launcher for VisualVM

    The Eclipse launcher for VisualVM is an Eclipse plugin to make monitoring and profiling Eclipse projects using VisualVM more convenient to the IDE users. It starts the VisualVM tool along with the monitored application and automatically opens the application tab after VisualVM startup.

    visualvm Eclipse launcher plugin 下载地址: http://visualvm.java.net/eclipse-launcher.html

    Installation

    • Eclipse 3.6+
      1. Unzip the archive into directory of your choice
      2. Add local update site pointing to the chosen directory
      3. Install VisualVM Launcher Feature

    安装过程;

        1、下载visualvm Eclipse launcher后,解压缩到本地目录。

        2、在Eclipse中点击Help->Install new software->Add->local选择对应的目录

        3、按照提示即可安装VisualVM及对应的Eclipse插件。之后运行程序时可以选择VisualVM Launcher运行程序。

    安装过程截图:

    运行过程及监控结果:

    附录:

    Eclipse Java Profiler [closed]

    http://stackoverflow.com/questions/2713940/eclipse-java-profiler

    Java VisualVM

    http://docs.oracle.com/javase/6/docs/technotes/guides/visualvm/

    Eclipse launcher for VisualVM

    http://visualvm.java.net/eclipse-launcher.html

  • 相关阅读:
    [NOIP2018]:旅行(数据加强版)(基环树+搜索+乱搞) HEOI
    关于微服务网关
    管理 API 时要问的关键问题
    如何构建成功的微服务架构
    后端老是不写接口文档?说自己很忙?
    Nginx配置文件详解
    Keepalived 高可用
    Jenkins 调用 Shell 脚本
    Supervisor
    Harbor高可用实现基于haproxy
  • 原文地址:https://www.cnblogs.com/scw2901/p/4346826.html
Copyright © 2011-2022 走看看