1、dashboard講解
1)Test and Report informations
Source file:jtl文件名
Start Time :壓測開始
End Time :壓測結束時間
Filter for display:過濾器
2)APDEX(Application performance Index)apdex:應用程序性能指標,范圍在0~1之間,1表示達到所有用戶均滿意 ;
T(Toleration threshold):可接受閥值
F(Frustration threshold):失敗閥值
3)Requests Summary
OK:成功率
KO:失敗率
4)
Statistics 統計數據
lable:sampler采樣器名稱
samples:請求總數,並發數*循環次數
KO:失敗次數
Error%:失敗率
Average:平均響應時間
Min:最小響應時間
Max:最大響應時間
90th pct: 90%的用戶響應時間不會超過這個值(關注這個就可以了)
95th pct: 95%的用戶響應時間不會超過這個值
99th pct: 99%的用戶響應時間不會超過這個值 (存在極端值)
throughtput:Request per Second吞吐量 qps
received:每秒從服務器接收的數據量
send:每秒發送的數據量