We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
在 Eclipse 中安装 JBoss Tools。这为您提供了一个按钮,用于在配置文件模式下启动服务器(并将您的应用程序部署到服务器)。
另一种选择是将
-agentlib:JPIBootLoader=JPIAgent:server=standalone;CGProf
添加到 JBoss 的启动脚本中,并将标准分析工具(如 TPTP)附加到正在运行的实例,请参阅使用 Eclipse TPTP 分析基于 J2SE 5.0 的应用程序。Install JBoss Tools in Eclipse. This gives you a button to start the server in profile mode (and to deploy your app to the server).
Another option is to add
-agentlib:JPIBootLoader=JPIAgent:server=standalone;CGProf
to the startup script of JBoss and attach a standard profiling tool (like TPTP) to the running instance, see Profiling J2SE 5.0 based applications using Eclipse TPTP.