This is ApacheBench, Version 2.3
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking www.baidu.com (be patient)
Server Software: BWS/1.0
#百度server
Server Hostname: www.baidu.com
Server Port: 80
Document Path: /
#文件长度
Document Length: 3521 bytes
#并发级别 10
Concurrency Level: 10
#测试耗费的时间
Time taken for tests: 10.223 seconds
#完成的请求数
Complete requests: 1000
#失败的请求数
Failed requests: 0
#写入错误数
Write errors: 0
#总发送字节数
Total transferred: 3886411 bytes
#html内容传输量
HTML transferred: 3523048 bytes
#注重的指标之一,相当于LR中的每秒事物数,后面括号中的mean是一个平均值
Requests per second: 97.82 [#/sec] (mean)
#注重的指标之二,相当于LR中的平均事物相应时间,后面括号中的mean表示的是一个平均值
Time per request: 102.229 [ms] (mean)
#每次请求时间具体的说不清楚(每个并发请求的时间)
Time per request: 10.223 [ms] (mean, across all concurrent requests)
#平均每秒网络上的流量,可以帮助排除是否存在网络流量过大导致响应时间延长的问题
Transfer rate: 371.26 [Kbytes/sec] received
#连接时间:网络上消耗的时间分解,具体的各个说明还不清楚
Connection Times (ms)
min mean[+/-sd] median max
Connect: 39 40 0.6 40 44
Processing: 41 62 19.6 46 91
Waiting: 40 41 1.2 41 48
Total: 81 102 19.6 87 135
#在一定时间内送达时间的百分比;在发送中每个请求都有一个响应时间,50%的用户小于87毫秒,66%的用户小于121 毫秒
Percentage of the requests served within a certain time (ms)
50% 87
66% 121
75% 121
80% 122
90% 122
95% 124
98% 125
99% 126
100% 135 (longest request)