Struts/JSP/J2EE 性能和内存分析及问题

发布于 2024-07-24 07:10:01 字数 248 浏览 4 评论 0原文

我们正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

温柔嚣张 2024-07-31 07:10:01

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文