Apache Tomcat Jboss 静态页面访问软件测试性能比较
操作系统:
Windows:
Windows Server 2003, Enterprise Edition (5.2, Build 3790) Service Pack 2 (3790.srv03_sp2_gdr.070304-2240) _32bits
Linux:
CentOS release 5.2 (Final) /Linux 2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
硬件配置:
两台服务器配置相同,CPU:Xeon2.0×4 MEM:4G,其它配置略。
应用程序:
apache:
http://httpd.apache.org/download.cgi
apache_2.2.11
apache-tomcat:
http://tomcat.apache.org/download-60.cgi
apache-tomcat-6.0.18
jboss:
http://www.jboss.org/jbossas/downloads/
JBoss-4.2.3.GA
访问静态HTML页面:
<html>
<head>
<title>html page</title>
</head>
<body>
<h1>Hello World !</h1>
</body>
</html>
测试脚本:
TestMain(){
web_reg_find("Fail=NotFound","Search=Body","Text=Hello World",LAST);
lr_start_transaction("default_htm");
web_url("default.htm",
"URL=http://testserver:8080/default.htm",
"Resource=0","RecContentType=text/html",
"Referer=","Mode=HTML", LAST);
lr_end_transaction("default_htm", LR_AUTO);
}
应用程序使用默认配置。
测试Windows使用10台机器40个虚拟用户,由于使用相同场景测试Linux系统点击率达不到最大值,测试时使用11台机55个虚拟用户。
最高点击率(hps) Apache Tomcat Jboss IIS Windows 6093 8304 8038 12660↑ Linux 11680 ↑ 12051↑ 11997 ↑
(“↑”表示点击率还有上升空间)
本想测试一下动态页面,但必须修改配置。用JSP页面小压了一下,内存溢出:
Tomcat:
Exception in thread "RMI TCP Connection(idle)" Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: Java heap spacejava.lang.OutOfMemoryError: Java heap space
Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: Javaheap spaceException in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: Javaheap space
Jboss:
ERROR [[/]] Session event listener threw exception
java.lang.OutOfMemoryError: Java heap space
测试配置又是一个大工程,专门作个话题。
文章来源于领测软件测试网 https://www.ltesting.net/