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

最新文章

  1. 使用Java实现单线程模式
  2. pip 与pip3
  3. git 笔记
  4. C#/.NET Little Wonders: Use Cast() and OfType() to Change Sequence Type(zz)
  5. 使用EditText+ListView并结合TextWatcher实现输入关键字筛选数据
  6. 【液晶模块系列基础视频】1.1.iHMI43模块介绍
  7. PHP获取某远程网站的服务器时间
  8. 收藏的博客--PHP
  9. Compare Version Number
  10. jQuery 幻灯片 ----摘录
  11. 46黑名单显示的bug---(优化ListView)convertView复用带来的问题
  12. 【视频】使用fiddler开发工具进行新架构页面本地调试
  13. Mysql_游标
  14. Python中的文件IO操作(读写文件、追加文件)
  15. 树莓派进阶之路 (016) - 通过595驱动4位LED显示系统时间
  16. 【struts2】action中使用通配符
  17. js pjax 和window.history.pushState,replaceState
  18. 【转】 Oracle 用户权限管理方法
  19. wpf ,只能窗口调整高度,并且设定最小值。
  20. deepin安装Mariadb后,登录时出现ERROR 1045 (28000): Access denied for user 'root'@'localhost'

热门文章

  1. How to Get the Length of File in C
  2. Windows 毫秒计时
  3. 解决URL参数中文乱码
  4. hdu Lovekey(水题)
  5. 不设置环境变量 直接启动tomcat
  6. [GO]方法值和方法表达式
  7. ES6语法的新特性
  8. JS 观察者模式
  9. 设置express ejs模板的后缀名html
  10. winsock的io模型(终极篇)