衡量网站的表现

时间:2022-12-09 04:02:29

I Have been working on a web based project which is made up of technologies like struts2,spring2.6 and ibatis with servlets , Now the issuse is that the outcome of this project is a website means on hitting the starting url its start but the website pages are too slow means to switch from one jsp to another it takes much time, Now I want to measure the performance and want to optimize it so that it can be a fast a little bit, Please advise which tools will help me to achieve this..!

我一直致力于一个基于Web的项目,该项目由struts2,spring2.6和ibatis等技术组成,现在的问题是,这个项目的结果是一个网站意味着要点击起始网址但网站页面太慢意味着从一个jsp切换到另一个jsp需要花费很多时间,现在我想测量性能并希望优化它以便它可以快速一点点,请告知哪些工具将帮助我实现这一点..!

3 个解决方案

#1


0  

You can use jmeter for performance or load testing.

您可以使用jmeter进行性能测试或负载测试。

Within java you can try profiling. Your IDE like Eclipse should have some options.

在java中,您可以尝试分析。像Eclipse这样的IDE应该有一些选择。

#2


0  

One tool you could use for benchmarking is Apache Benchmark. Else you may just open the network overview in Chrome (CMD + alt + j for OS X) and see how fast each request is. With the Chrome network viewer you may see how fast pages load, images and so on. This is however client-side based and can't check individual jsp files.

您可以用于基准测试的一个工具是Apache Benchmark。另外,您可以在Chrome中打开网络概述(OS X的CMD + alt + j)并查看每个请求的速度。使用Chrome网络查看器,您可以看到加载页面的速度,图像等。然而,这是基于客户端的,无法检查单个jsp文件。

#3


0  

JAMon and JavaMelody are my tool of choice for such cases.

JAMon和JavaMelody是我这种情况的首选工具。

#1


0  

You can use jmeter for performance or load testing.

您可以使用jmeter进行性能测试或负载测试。

Within java you can try profiling. Your IDE like Eclipse should have some options.

在java中,您可以尝试分析。像Eclipse这样的IDE应该有一些选择。

#2


0  

One tool you could use for benchmarking is Apache Benchmark. Else you may just open the network overview in Chrome (CMD + alt + j for OS X) and see how fast each request is. With the Chrome network viewer you may see how fast pages load, images and so on. This is however client-side based and can't check individual jsp files.

您可以用于基准测试的一个工具是Apache Benchmark。另外,您可以在Chrome中打开网络概述(OS X的CMD + alt + j)并查看每个请求的速度。使用Chrome网络查看器,您可以看到加载页面的速度,图像等。然而,这是基于客户端的,无法检查单个jsp文件。

#3


0  

JAMon and JavaMelody are my tool of choice for such cases.

JAMon和JavaMelody是我这种情况的首选工具。