温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

性能测试工具 nGrinder简单二次开发

发布时间:2020-07-05 08:59:11 来源:网络 阅读:247 作者:知止内明 栏目:编程语言

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

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

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

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

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math4</artifactId>
<version>3.4</version>
</dependency>

相关配置需要增加性能测试工具 nGrinder简单二次开发

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简单二次开发

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI