资源描述:
《tpc-e测试系统设计和实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、华中科技大学硕士学位论文摘要随着软件和网络应用的迅速发展,数据库的应用越来越广泛,发挥的作用也越来越重要,数据库管理系统已经成为企业的核心IT系统,大数据量、高并发度也越来越成为企业业务处理系统的首要特征,数据库的处理性能也就成了影响企业应用系统性能的主要瓶颈,这也使得数据库的性能评测尤为重要。TPC-E是由事务性能委员会推出的用于测试系统联机事务处理能力的新性能测试基准,它能够比较客观、真实、全面的反映系统的事务处理能力。基于上述的需求,设计和开发一款基于TPC-E基准的性能测试系统TPCEDriver,该系统实现了对数据库管理系统的事务处理能力进行评测的功能。该测试系统
2、严格遵循了TPC-E基准规范,实现了规范中限定由测试方提供的各功能单元。在功能设计上,该基准测试系统借鉴了目前比较流行的基准实施系统架构的设计思想,并取其所长,对该系统的功能进行设计,使系统更加实用,功能更加完善,测试结果更加真实。在系统实现上,采用了面向对象的程序设计方法,提出并实现了事务模拟消息生成、响应消息接收以及测试状态信息实时监控等处理模型,有效的解决了系统实施中遇到的问题。实验证明该基准测试系统能够完成数据库性能测试的任务,测试结果能够比较客观真实地反应被测系统的事务处理能力。关键字:关系数据库,性能测试,基准测试I华中科技大学硕士学位论文AbstractWit
3、htherapiddevelopmentofsoftwareandnetwork,databaseapplicationbecomemoreandmorewidely,andplaymoreandmoreimportantrole,DataBaseManageSystemhavebecomefirm’scoreITsystem,hugedatavolumeandhighconcurrencyalsobecometheprimaryfeaturesoftheenterprisebusinessprocessingsystem,databaseprocessingperform
4、anceofenterpriseapplicationswillbecomethemainbottleneckinsystemperformance,whichmakesdatabaseperformanceevaluationisparticularlyimport.TPC-EisanewperformancebenchmarkthatlaunchedbytheTransactionProcessingPerformanceCouncil.TPC-Eisusedtotestthesystem’sonlinetransactionprocessingcapabilities
5、,itcanbemoreobjective,real,andcompletereflectsthesystem’stransactionprocessingcapabilities.Basedontheaboverequirements,designanddevelopaperformanceevaluationsystemTPCEDriverbasedontheTPC-Ebenchmark,releasedthefunctionofDBMStransactionprocessingcapacityevaluation.Theevaluationsystemstrictly
6、followstheTPC-Ebenchmarkspecification,realizedthefunctionalunitswhichneedsuppliedbythesponsor.Inthefunctionaldesign,theevaluationsystemreferencecurrentpopulararchitecture,andbetterimprovedtomakethesystemmorepracticalandperfect,thetestresultalsomorereal.Inthesystemimplementation,usingObject
7、-Orientedprogrammingmethod,proposeandimplementtransactionsimulatemessagegenerationmodel,responsemessageasynchronousreceivemodel,andtheteststatusinformationreal-timemonitoringmodel,thesemodelseffectivesolvedtheproblemsencounteredinthesystemimplementation.Practi