apache ab工具页面压力测试返回结果含义解释

apache ab工具页面压力测试返回结果含义解释

转载  2018年01月12日 15:33:38
  • 15

ab是apache自带的一个很好用的压力测试工具,当安装完apache的时候,就可以在bin下面找到ab

参数说明及示例

我们可以模拟100个并发用户,对一个页面发送1000个请求

输入命令:ab -n1000 -c100 https://www.csdn.net/


其中-n代表请求数,-c代表并发数

返回结果:

[plain]  view plain  copy
  1. ##首先是apache的版本信息   
  2. This is ApacheBench, Version 2.3 <Revision:655654>   
  3. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.xxx.xxx/   
  4. Licensed to The Apache Software Foundation, http://www.apache.org/  
  5.   
  6. Benchmarking xxx.xxx.com (be patient)  
  7.   
  8.   
  9. Server Software:    Apache/2.2.19  ##apache版本   
  10. Server Hostname:    vm1.xxx.com  ##请求的机子   
  11. Server Port:      80 ##请求端口  
  12.   
  13. Document Path:     /xxx.html   
  14. Document Length:    25 bytes ##页面长度  
  15.   
  16. Concurrency Level:   100 ##并发数   
  17. Time taken for tests:  0.273 seconds ##共使用了多少时间   
  18. Complete requests:   1000  ##请求数   
  19. Failed requests:    0  ##失败请求   
  20. Write errors:      0    
  21. Total transferred:   275000 bytes ##总共传输字节数,包含http的头信息等   
  22. HTML transferred:    25000 bytes ##html字节数,实际的页面传递字节数   
  23. Requests per second:  3661.60 [#/sec] (mean) ##每秒多少请求,这个是非常重要的参数数值,服务器的吞吐量   
  24. Time per request:    27.310 [ms] (mean) ##用户平均请求等待时间   
  25. Time per request:    0.273 [ms] (mean, across all concurrent requests) ##服务器平均处理时间,也就是服务器吞吐量的倒数   
  26. Transfer rate:     983.34 [Kbytes/sec] received ##每秒获取的数据长度  
  27.   
  28. Connection Times (ms)   
  29.        min mean[+/-sd] median  max   
  30. Connect:    0  1  2.3   0   16   
  31. Processing:   6  25  3.2   25   32   
  32. Waiting:    5  24  3.2   25   32   
  33. Total:     6  25  4.0   25   48  
  34.   
  35. Percentage of the requests served within a certain time (ms)   
  36.  50%   25 ## 50%的请求在25ms内返回   
  37.  66%   26 ## 60%的请求在26ms内返回   
  38.  75%   26   
  39.  80%   26   
  40.  90%   27   
  41.  95%   31   
  42.  98%   38   
  43.  99%   43   
  44. 100%   48 (longest request)  

apache的ab工具也算是一种ddos攻击工具


http://www.jb51.net/article/68905.htm

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值