Struts/JSP/J2EE 性能和内存分析及问题
我们正在使用 Struts,但遇到了性能问题。 并大量使用jsp include、tiles、EL表达式。
我确信这会消耗大量内存和处理时间。 分析 JSP 页面的方法有哪些? 我可以使用什么工具? 分析时我应该寻找什么?
我已经看到了生成 JSP Java Servlet 代码的代码,并且看到了瓶颈,但宁愿更准确地测量它。
这是在 JDK1.5 和 IBM Websphere 6.1 (RAD7) 下
We are using Struts and having performance issues. And making heavy use of jsp includes, tiles, EL expressions.
I am sure this is eating up a lot of memory and processing time. What are some approaches to profile the JSP page? What tools could I use? What should I look for when profiling?
I have seen the code generated JSP Java Servlet Code and I see the bottlenecks but would rather measure it more accurately.
This is under JDK1.5 and IBM Websphere 6.1 (RAD7)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
RAD 7 仍然基于 eclipse 吗? 如果是,Eclipse 有一个分析器,应该仍然可以在 RAD 7 中使用。它可能是 RAD 7 中可用的透视图之一。这是一个 2006 年的文章,介绍在 Eclipse 和更新的版本中使用分析器 演示(仅幻灯片)2009 年 eclipse con 会议上使用它的情况:
希望分析器工具也包含在 RAD 7 中的某个位置以及。
Is RAD 7 still based on eclipse? If yes, Eclipse has a profiler that should still be available in RAD 7. It is likely one of the perspectives available in RAD 7. Here is an article from 2006 on using the profiler in eclipse and much newer presentation (slides only) on using it from the eclipse con conference in 2009:
Hopefully the profiler tools are also included somewhere in RAD 7 as well.