推荐一个好的 JSF 分析器
有什么好的 JSF 分析器推荐吗? 我使用的是Tomcat 6 JSF2、Hibernate 和 JSF2春天
Any recommendations for a good JSF profiler?
I am using Tomcat 6
JSF2, Hibernate & Spring
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用的是 Eclipse 或 Netbeans 等 IDE,那么内置分析器或作为插件提供的分析器在大多数情况下就足够了。这完全取决于分析器提供的功能和详细程度。
Eclipse for Java EE 附带 TPTP,它也可以作为插件安装在缺少分析器的 Eclipse 版本中。只需将项目部署到服务器,右键单击服务器实例并选择服务器上的配置文件。您将进入分析和日志记录视角,您可以在其中检查分析器结果。
Netbeans 有自己的 分析器,它基于 JDK 的内置 VisualVM 探查器(实际上,恰恰相反,VisualVM 很久以前就脱胎于 Netbeans 探查器)。
对于VisualVM,如果安装了JDK,也可以独立使用它。您也可以使用它来分析 Tomcat。这是一篇关于此的不错的博客文章。
顺便说一下,您可以使用 JMeter 对 Web 应用程序进行压力测试。
另请参阅:
If you're using an IDE like Eclipse or Netbeans, then the builtin profiler or the ones which are available as a plugin will in most cases already suffice. It all depends on the features and the level of detail the profiler provides.
Eclipse for Java EE ships with TPTP which can also be installed as a plugin in Eclipse versions lacking the profiler. Just deploy project to server, rightclick server instance and choose Profile on server. You'll be brought to Profiling and logging perspective wherein you can examine the profiler results.
Netbeans has its own profiler which is based on JDK's builtin VisualVM profiler (actually, it's the other way round, the VisualVM was born out of the Netbeans profiler ages ago).
Talking about VisualVM, you can also use it independently if you have the JDK installed. You can use it to profile Tomcat as well. Here's a nice blog article about that.
You can by the way stresstest webapplications using JMeter.
See also:
有一个新的 JSF 分析器:
XRebel
There is a new JSF profiler:
XRebel