免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2698 | 回复: 2
打印 上一主题 下一主题

[FreeBSD] apache的压力测试 [复制链接]

论坛徽章:
2
摩羯座
日期:2014-05-26 12:02:462015年辞旧岁徽章
日期:2015-03-03 16:54:15
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2014-10-22 21:14 |只看该作者 |倒序浏览
  1. $ ab -n 60000 -c 194 http://192.168.1.252/index.html
  2. This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
  3. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  4. Licensed to The Apache Software Foundation, http://www.apache.org/

  5. Benchmarking 192.168.1.252 (be patient)
  6. apr_socket_recv: Connection reset by peer (54)
  7. Total of 360 requests completed
  8. $ ab -n 60000 -c 194 http://192.168.1.252/index.html
  9. This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
  10. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  11. Licensed to The Apache Software Foundation, http://www.apache.org/

  12. Benchmarking 192.168.1.252 (be patient)
  13. apr_socket_recv: Connection reset by peer (54)
  14. Total of 499 requests completed
  15. $ ab -n 60000 -c 194 http://192.168.1.252/index.html
  16. This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
  17. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  18. Licensed to The Apache Software Foundation, http://www.apache.org/

  19. Benchmarking 192.168.1.252 (be patient)
  20. Send request failed!
  21. apr_socket_recv: Connection reset by peer (54)
  22. Total of 3498 requests completed
  23. $ ab -n 60000 -c 194 http://192.168.1.252/index.html
  24. This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
  25. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  26. Licensed to The Apache Software Foundation, http://www.apache.org/

  27. Benchmarking 192.168.1.252 (be patient)
  28. Completed 6000 requests
  29. Completed 12000 requests
  30. Completed 18000 requests
  31. Completed 24000 requests
  32. Completed 30000 requests
  33. Completed 36000 requests
  34. Completed 42000 requests
  35. Completed 48000 requests
  36. Completed 54000 requests
  37. Completed 60000 requests
  38. Finished 60000 requests


  39. Server Software:        Apache/2.4.10
  40. Server Hostname:        192.168.1.252
  41. Server Port:            80

  42. Document Path:          /index.html
  43. Document Length:        45 bytes

  44. Concurrency Level:      194
  45. Time taken for tests:   5.220 seconds
  46. Complete requests:      60000
  47. Failed requests:        1
  48.    (Connect: 1, Receive: 0, Length: 0, Exceptions: 0)
  49. Total transferred:      17520000 bytes
  50. HTML transferred:       2700000 bytes
  51. Requests per second:    11494.96 [#/sec] (mean)
  52. Time per request:       16.877 [ms] (mean)
  53. Time per request:       0.087 [ms] (mean, across all concurrent requests)
  54. Transfer rate:          3277.86 [Kbytes/sec] received

  55. Connection Times (ms)
  56.               min  mean[+/-sd] median   max
  57. Connect:        0    2   1.1      2      12
  58. Processing:     3   15   1.2     15      26
  59. Waiting:        2   14   1.4     14      25
  60. Total:          6   17   0.8     17      26

  61. Percentage of the requests served within a certain time (ms)
  62.   50%     17
  63.   66%     17
  64.   75%     17
  65.   80%     17
  66.   90%     17
  67.   95%     18
  68.   98%     18
  69.   99%     19
  70. 100%     26 (longest request)
复制代码
60000次请求194的并发用了这么久.

论坛徽章:
2
摩羯座
日期:2014-05-26 12:02:462015年辞旧岁徽章
日期:2015-03-03 16:54:15
2 [报告]
发表于 2014-10-22 21:16 |只看该作者
这货跟哪些东西有关联?网卡,缓存,总线,处理器?

论坛徽章:
54
2017金鸡报晓
日期:2017-02-08 10:39:42操作系统版块每日发帖之星
日期:2016-03-08 06:20:00操作系统版块每日发帖之星
日期:2016-03-07 06:20:00操作系统版块每日发帖之星
日期:2016-02-22 06:20:00操作系统版块每日发帖之星
日期:2016-01-29 06:20:00操作系统版块每日发帖之星
日期:2016-01-27 06:20:00操作系统版块每日发帖之星
日期:2016-01-20 06:20:00操作系统版块每日发帖之星
日期:2016-01-06 06:20:0015-16赛季CBA联赛之江苏
日期:2015-12-21 20:00:24操作系统版块每日发帖之星
日期:2015-12-21 06:20:00IT运维版块每日发帖之星
日期:2015-11-17 06:20:002015亚冠之广州恒大
日期:2015-11-12 10:58:02
3 [报告]
发表于 2014-10-23 09:15 |只看该作者
你的html文件太小了,增加html文件的内容,你会发现每秒钟仍然能1万多次,这已经很不错了。这货跟网卡和硬盘关系最大,静态网页可以试一下nginx,网卡不是很差的话,能跑满百兆或千兆。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP