相关疑难解决方法(0)

如何将JProfiler连接到在localhost上运行的应用程序?

我有一个在我的localhost上运行的应用程序,我想分析应用程序,看看如何增强应用程序的性能.我正在按照定义执行设置步骤,但它无法连接到localhost服务器,是否有适当的分步指南可用于如何:

  1. 配置JProfiler以使用在localhost上运行的应用程序?
  2. 在分析应用程序时如何分析以及查找哪些区域?
  3. 使用Eclipse IDE配置JProfiler,现在能够在eclipse中查看运行下拉列表中的配置文件,但它们未被激活,那么如何激活它?

我有与此问题类似的问题,但我无法理解解决方案,对此的任何建议都将非常感激.

我现在尝试了一段时间没有成功配置JProfiler来处理在localhost上运行的应用程序,任何建议都将受到高度赞赏.

我是分析应用程序世界的新手,所以如果你能提供一些有用的指针,我将非常感激

我收到以下错误消息:

Could not connect to 127.0.0.1:8849. Please make sure that the remote address is correct, the remote program is started properly, and the network route allows socket connections. 我已经使用新服务器集成设置了配置,不确定还需要做什么以及如何解决这个问题.

添加-agentpath:C:\Users\user~1.DOS\SOFTWA~1\JPROFI~1\bin\WINDOW~1\jprofilerti.dll=port=8849,nowait,id=117,config=C:\Users\user\.jprofiler6\config.xmlvm arguments运行配置后,然后当我运行配置我得到

JProfiler> Protocol version 32
JProfiler> Using JVMTI
JProfiler> JVMTI version 1.1 detected.
JProfiler> 64-bit library
JProfiler> Don't wait for frontend to connect.
JProfiler> Using config file C:\Users\user\.jprofiler6\config.xml (id: 117)
JProfiler> Could not find session with …
Run Code Online (Sandbox Code Playgroud)

java eclipse profiling web-applications jprofiler

9
推荐指数
1
解决办法
6万
查看次数

Eclipse Kepler:无法安装TPTP Java Profiler

我尝试使用两种方法安装TPTP:

  1. 手动安装
  2. 使用Eclipse Installation Manager进行安装

使用第一种方法,Eclipse IDE中没有出现任何分析选项(我遵循本指南).

使用第二种方法,我使用了存储库:http://download.eclipse.org/tptp/updates/.然后,我选中"TPTP 4.7.2功能"复选框.然后状态栏显示"无法执行操作.计算替代解决方案",然后弹出以下窗口:

在此输入图像描述

我会尝试为eclipse安装"all-in-one"TPTP包,但我找不到下载的链接!(Windows 8.1,64位)

installation eclipse-tptp

4
推荐指数
1
解决办法
2542
查看次数