#請求url
Document Path: /***/tableauServlet
#頁面數據/返回的數據量
Document Length: 63 bytes
#并發數
Concurrency Level: 1000
#共使用了多少時間
Time taken for tests: 13.182 seconds
#完成請求數
Complete requests: 1000
#失敗請求
Failed requests: 0
#總共傳輸字節數,包含http的頭信息等
Total transferred: 287000 bytes
#html字節數,實際的頁面傳遞字節數
HTML transferred: 63000 bytes
#每秒多少請求,這個是非常重要的參數數值,服務器的吞吐量
Requests per second: 75.86 [#/sec] (mean)
#用戶平均請求等待時間
Time per request: 13181.754 [ms] (mean)
##服務器平均處理時間,也就是服務器吞吐量的倒數
Time per request: 13.182 [ms] (mean, across all concurrent requests)
#每秒獲取的數據長度
Transfer rate: 21.26 [Kbytes/sec] received
##連接的最小時間,平均值,中值,最大值
Connection Times (ms)
min mean[+/-sd] median max
Connect: 4 13 117.5 6 3005
##處理時間66
Processing: 84 7105 4444.4 7583 13086
##等待時間
Waiting: 22 7049 4464.0 7532 13059
##合計時間
Total: 91 7118 4442.9 7589 13092
Percentage of the requests served within a certain time (ms)
50% 7589
## 50%的請求在7589ms內返回
66% 9792
## 66%的請求在9792ms內返回
75% 11526
80% 11832
90% 12460
95% 12778
98% 12962
99% 13024
100% 13092 (longest request)