码迷,mamicode.com
首页 > Web开发 > 详细

MyEclipse 2014与jprofiler 的集成,用来分析web project的内存使用情况

时间:2015-01-29 09:39:28      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:myeclipse   内存泄露   ubuntu   jprofiler   

今天去演示一个web系统,在演示的过程中,系统突然报500错误,登陆到服务器上发现cpu占用率到了103%,立马杀掉了进程然后重新启动,来完成演示的过程.演示结束后,立马开始内存泄露相关的工作来确保下次不会出现这种紧急情况.jprofiler是一个不错的内存检测软件.开发系统IDE用的是MyEclipse 2014,在我之前的blog中有介绍,在Ubuntu中怎么安装,这里就介绍一下集成jprofiler.

1.下载jprofiler,wget http://download-aws.ej-technologies.com/jprofiler/jprofiler_linux_8_1_2.tar.gz

2.解压jprofiler tar -xvf jprofiler_linux_8_1_2.tar.gz

3.进入目录启动jprofiler,cd jprofiler8/bin,./jprofiler.开始安装选择下一步就好了,在序列号中选择试用

安装完成jprofiler后,需要集成到MyEclipse中,先看到MyEclipse安装目录下的readme/readme_eclipse.html文件中对应的eclipse版本是 eclipse-4.3.0,如下图:

技术分享

整合jprofiler到Myeclispe插件中:

1.Session->IDE Intergrations->Eclipse 4.3->Intergrate->选择MyEclipse安装目录->choose->ok

         技术分享

         2.先运行tomcat,然后点击MyEclipse->windows->Customize Perspective,然后点击run->Attache jProfiler to run JVM,运行插件

技术分享

     3.选中第一个,即分析当前tomcat中运行的内存使用情况,如下图:

技术分享


MyEclipse 2014与jprofiler 的集成,用来分析web project的内存使用情况

标签:myeclipse   内存泄露   ubuntu   jprofiler   

原文地址:http://blog.csdn.net/a105421548/article/details/43234225

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!