基于JMeter的MSWeb应用系统的性能测试研究南京航空航天大学
硕士学位论文
基于JMeter的MSWeb应用系统的性能测试研究
姓名江新
申请学位级别硕士
专业计算机科学与技术
指导教师江国华
2011-03
南京航空航天大学硕士学位论文
摘 要
性能是衡量一个Web 应用程序好坏的重要方面它直接反映Web提供服务的质量水平。
如何保证一个Web应用程序投入使用之前的安全性、可靠性以及执行效率越来越成为人们关注
的重点。 由于Web应用自身的特点和特殊性使得对其进行性能测试时必须依靠工具进行。
本文对Web应用性能测试的原理、分类以及常用的性能测试工具和方法进行了较为深入的
研究和分析。在此基础上针对企业内部信息安全监控系统―MS系统一种Web应用系统
进行了性能测试。在测试过程中提出了将OMT模型引入MS系统的性能测试中对MS系
统进行建模的策略以优化测试流程、方便测试用例的提取。实践表明 OMT模型的引入提
高了测试效率。
本文从Web性能测试的成本预算、工具支持等角度给出了使用开源性能测试工具JMeter
对MS系统进行性能测试的具体策略、步骤和方法。在实际使用JMeter过程中对JMeter的工
作原理、脚本编写方法及测试脚本执行的流程进行了深入的研究。工作的主要内容和成果如下
通过单机模式下针对MS系统中处理用户主要业务请求的各CGI子模块的性能测试
给出了JMeter 在各个业务模块性能测试过程中能够承受的最大并发用户数为后续利用
JMeter对Server进行分布式并发测试中模拟用户业务请求的JMeter Agent的配置提供了
重要的数据参考和方法借鉴。
在针对管理员级操作Server页面的性能测试过程中解决了JMeter不能录制https请
求过程的问题设计了一个代码转换器实现了从Badboy录制的脚本到JMeter测试所需
脚本之间的自动化转换提高了测试效率。
通过对性能测试结果的分析和研究探索了MS系统的性能瓶颈提出了改进系统性
能的方法。
关键词 Web性能测试 JMeter OMT模型测试用例测试脚本 Badboy
I
基于JMeter的MS Web应用系统的性能测试研究
Abstract
Performance is an important aspect of measuringWeb application,it directly reflects the qualitylevel of Web services. How to ensure a Webapplication’ s safety, reliability and efficiency of theimplementation before putting it into use, has increasingly becomethe focus of people’ s attention. As
Web application’ s own characteristics and specificity, make itsperformance testing must rely on testtools.
This paper in-depth studied and analyzed theprinciples, categories, common test tools andmethods of Web application’ s performance testing. Onthis basis, for the Enterprise Information
Security Monitoring System―MS system a Webapplication system , it carried out performancetesting.During the test, it proposed introducing OMT model to MSsystem’ s performance testing, tomodel the system, so as to optimize the testing process, facilitatethe extraction of test cases.Practiceshows that the introduction of OMT model improves the efficiency ofthe test.
From the perspective of cost estimates, tools’ support,etc,it gave the specific policies, proceduresand methods of MS system’ s performance testing by using the opensource performance testing tool
JMeter. In the actual course of using JMeter, itin-depth researched on JMeter’ s working principle,compilation of the script and test script’ s execution process. Main
content and achievements of thework are as follows:
Through performance testing of CGI sub-model, which isresponsible for processing user’ smain business requests of MS system under stand-alone mode, itgave the imum number ofconcurrent users JMeter can withstand in various businessmodules’ performance testing process.
During the subsequent MS Server’ s distributed concurrentperformance tesing, the above resultsprovide important data reference and method reference ofconfiguring JMeter Agents, which areused to simulate user’ s business requests.
During the performance testing of Administrator-level
operating Server’ s page, it solved theproblem of JMeter can not record https requests, and designeda code conventor, which realizedautomatic conversion between script recorded by Badboy andscript JMeter needed, it improvesthe efficiency of the test.
Through analyzing and researching on theperformance testing results, it explored MSsystem’ s bottleneck, proposed ways of improving system’ sperformance.
Keywords: Web performance testing, JMeter, OMT model, testcase, test script, Badboy
II
南京航空航天大学硕士
学位论文
图表清单
图 2. 1 软 件 开 发 - 测 试 W 模型. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5
图 2.2 一 般 的 Web 应 用 体 系 结构. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6
图 2.3 Web 应 用 测 试 包 含 的 内容. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7
图 2.4 Web 性 能 测 试 原 理图. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .8
图 2.5 Web 性 能 测 试 流 程图. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
totyun,新公司,主要运作香港vps、日本vps业务,接入cn2网络,不限制流量!VPS基于KVM虚拟,采用系统盘和数据盘分离,从4G内存开始支持Windows系统...大家注意下,网络分“Premium China”、“Global”,由于站长尚未测试,所以也还不清楚情况,有喜欢吃螃蟹的尝试过不妨告诉下站长。官方网站:https://totyun.com一次性5折优惠码:X4QTYVNB3P...
华纳云怎么样?华纳云是香港老牌的IDC服务商,成立于2015年,主要提供中国香港/美国节点的服务器及网络安全产品、比如,香港服务器、香港云服务器、香港高防服务器、香港高防IP、美国云服务器、机柜出租以及云虚拟主机等。以极速 BGP 冗余网络、CN2 GIA 回国专线以及多年技能经验,帮助全球数十万家企业实现业务转型攀升。华纳云针对618返场活动,华纳云推出一系列热销产品活动,香港云服务器低至3折,...
OneTechCloud(易科云)是一家主打CN2等高端线路的VPS主机商家,成立于2019年,提供的产品包括VPS主机和独立服务器租用等,数据中心可选美国洛杉矶、中国香港、日本等,有CN2 GIA线路、AS9929、高防、原生IP等。目前商家针对全场VPS主机提供月付9折,季付8折优惠码,优惠后香港VPS最低季付64元起(≈21.3元/月),美国洛杉矶CN2 GIA线路+20Gbps防御型VPS...