溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

性能測試工具 nGrinder簡單二次開發(fā)

發(fā)布時(shí)間:2020-07-05 08:59:11 來源:網(wǎng)絡(luò) 閱讀:244 作者:知止內(nèi)明 欄目:編程語言

參考鏈接:
https://testerhome.com/topics/4225

上面修改后,如果出現(xiàn)數(shù)據(jù)庫鏈接問題,把
性能測試工具 nGrinder簡單二次開發(fā)

上面部署成功后會(huì)出錯(cuò)需要導(dǎo)入jar

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

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

相關(guān)配置需要增加性能測試工具 nGrinder簡單二次開發(fā)

perfTest.report.header.vuser=Vuser
perfTest.report.header.errors=錯(cuò)誤
perfTest.report.exportImg.button=導(dǎo)出圖片
perfTest.report.exportImg.title=圖片
perfTest.report.startTime=開始時(shí)間
perfTest.report.finishTime=結(jié)束時(shí)間
perfTest.report.duration=測試時(shí)間
perfTest.report.runCount=測試次數(shù)
perfTest.report.errorRate=錯(cuò)誤率
perfTest.report.tpsStd=TPS標(biāo)準(zhǔn)差
perfTest.report.tpsVix=TPS波動(dòng)率
perfTest.report.minRT=最小RT
perfTest.report.maxRT=最大RT
perfTest.report.TwentyFiveMeanTime=25百分位數(shù)
perfTest.report.FiftyMeanTime=50百分位數(shù)
perfTest.report.ServentyFiveMeanTime=75百分位數(shù)
perfTest.report.EightyMeanTime=80百分位數(shù)
perfTest.report.EightyFiveMeanTime=85百分位數(shù)
perfTest.report.NinetyMeanTime=90百分位數(shù)
perfTest.report.NinetyFiveMeanTime=95百分位數(shù)
perfTest.report.NinetyNineMeanTime=99百分位數(shù)

正常運(yùn)行結(jié)果后會(huì)顯示:

性能測試工具 nGrinder簡單二次開發(fā)

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請(qǐng)聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI