SoapUI壓力測試的指標項說明
soapUI Pro指標項說明:
Test Step Sets the startup delay for each thread (in milliseconds), setting to 0 will start all threads simultaneously. min The shortest time the step has taken (in milliseconds). max The longest time the step has taken (in milliseconds). avg The average time for the test step (in milliseconds). last The last time for the test step (in milliseconds). cnt The number of times the test step has been executed. tps The number of transactions per second for the test step, see Calculation of TPS/BPS below. bytes The number of bytes processed by the test step. bps The bytes per second processed by the test step. err The number of assertion errors for the test step. rat Failed requests ratio (the percentage of requests that failed). |
1、Test Step:調用方法名稱。
2、min、max、avg、last:調用時的最小、最大、平均、最近一次的響應時間
3、cnt總調用次數 ;tps平均每秒調用次數
4、bytes接口處理的字符數;bps平均每秒接口處理的字符數
5、err報錯次數;rat報錯次數/執行次數
或
min,最小響應時間
max,最大響應時間
avg,平均響應時間
last,上一次請求響應時間
cnt,請求數
tps,每秒處理請求數
bps,吞吐率
rat,錯誤率
posted on 2014-09-30 10:23 順其自然EVO 閱讀(1795) 評論(0) 編輯 收藏 所屬分類: 測試學習專欄