性能测试工具 nGrinder简单二次开发
参考链接:
https://testerhome.com/topics/4225
上面修改后,如果出现数据库链接问题,把
上面部署成功后会出错需要导入jar
ngrinder-core下的pom.xlm中添加:
<dependency><groupId>org.apache.commons</groupId><artifactId>commons-math4</artifactId><version>3.4</version></dependency>
相关配置需要增加
perfTest.report.header.vuser=VuserperfTest.report.header.errors=错误perfTest.report.exportImg.button=导出图片perfTest.report.exportImg.title=图片perfTest.report.startTime=开始时间perfTest.report.finishTime=结束时间perfTest.report.duration=测试时间perfTest.report.runCount=测试次数perfTest.report.errorRate=错误率perfTest.report.tpsStd=TPS标准差perfTest.report.tpsVix=TPS波动率perfTest.report.minRT=最小RTperfTest.report.maxRT=最大RTperfTest.report.TwentyFiveMeanTime=25百分位数perfTest.report.FiftyMeanTime=50百分位数perfTest.report.ServentyFiveMeanTime=75百分位数perfTest.report.EightyMeanTime=80百分位数perfTest.report.EightyFiveMeanTime=85百分位数perfTest.report.NinetyMeanTime=90百分位数perfTest.report.NinetyFiveMeanTime=95百分位数perfTest.report.NinetyNineMeanTime=99百分位数
正常运行结果后会显示:
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。