A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

本帖最后由 郝永亮 于 2019-4-18 19:39 编辑

ab命令的使用格式
[CSS] 纯文本查看 复制代码
ab -c 10 -n 100 [url=http://a.ilanni.com/index.php]http://a.ilanni.com/index.php[/url]

说明
-c 10表示并发用户数为10
-n 100表示请求总数为100
结果分析及说明
[HTML] 纯文本查看 复制代码
D:\apacheab\Apache24\bin>ab -n 100 -c 10 [url=http://www.baidu.com/s]http://www.baidu.com/s[/url]
This is ApacheBench, Version 2.3 <$Revision: 1807734 $> 
Copyright 1996 Adam Twiss, Zeus Technology Ltd, [url=http://www.zeustech.net/]http://www.zeustech.net/[/url]
Licensed to The Apache Software Foundation, [url=http://www.apache.org/]http://www.apache.org/[/url]

Benchmarking [url=http://www.baidu.com]www.baidu.com[/url] (be patient).....done


Server Software:        BWS/1.1   
##服务器软件和版本
Server Hostname:        [url=http://www.baidu.com]www.baidu.com[/url]  
##请求的地址/域名
Server Port:            80   
##端口

Document Path:          /s  
##请求的路径
Document Length:        112435 bytes  
##页面数据/返回的数据量

Concurrency Level:      10   
##并发数
Time taken for tests:   4.764 seconds  
##共使用了多少时间 
Complete requests:      100  
##请求数 
Failed requests:        99  
##失败请求  百度为什么失败这么多,应该是百度做了防范  
   (Connect: 0, Receive: 0, Length: 99, Exceptions: 0)
Total transferred:      11342771 bytes  
##总共传输字节数,包含http的头信息等 
HTML transferred:       11247622 bytes  
##html字节数,实际的页面传递字节数 
Requests per second:    20.99 [#/sec] (mean) 
 ##每秒多少请求,这个是非常重要的参数数值,服务器的吞吐量 
Time per request:       476.427 [ms] (mean)   
##用户平均请求等待时间 
Time per request:       47.643 [ms] (mean, across all concurrent requests)  
##服务器平均处理时间,也就是服务器吞吐量的倒数 
Transfer rate:          2325.00 [Kbytes/sec] received
 ##每秒获取的数据长度

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:       22   41  12.4     39      82
##连接的最小时间,平均值,中值,最大值
Processing:   113  386 211.1    330    1246
##处理时间
Waiting:       25   80  43.9     73     266
##等待时间
Total:        152  427 210.1    373    1283
##合计时间

Percentage of the requests served within a certain time (ms)
  50%    373   
## 50%的请求在373ms内返回 
  66%    400   
## 60%的请求在400ms内返回 
  75%    426
  80%    465
  90%    761
  95%    930
  98%   1192
  99%   1283
 100%   1283 (longest request)
--------------------- 






4 个回复

倒序浏览
学习学习啦
回复 使用道具 举报
miaoxiong 来自手机 中级黑马 2019-4-18 19:49:51
藤椅
V587,学习了,已收藏
回复 使用道具 举报
张志辉 来自手机 中级黑马 2019-4-18 20:01:53
板凳
回复 使用道具 举报
liudongjie 来自手机 中级黑马 2019-4-18 20:25:15
报纸
学习学习
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马