参考链接:
https://testerhome.com/topics/4225

上面修改后,如果出现数据库链接问题,把
性能测试工具 nGrinder简单二次开发_第1张图片

上面部署成功后会出错需要导入jar

ngrinder-core下的pom.xlm中添加:


org.apache.commons
commons-math3
3.4

相关配置需要增加性能测试工具 nGrinder简单二次开发_第2张图片

perfTest.report.header.vuser=Vuser
perfTest.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=最小RT
perfTest.report.maxRT=最大RT
perfTest.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百分位数

正常运行结果后会显示:

性能测试工具 nGrinder简单二次开发_第3张图片