免费注册 查看新帖 |

Chinaunix

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

[Web] [性能]ab了一下自己的服务器,兄弟帮看看正常不,第一次装上 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-01-05 19:16 |只看该作者 |倒序浏览
  1. duriantang@durianth:/usr/local/httpd$ ./bin/ab -c 200 -n 40000 http://localhost/~duriantang/index.php
  2. This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0
  3. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  4. Copyright 1997-2005 The Apache Software Foundation, http://www.apache.org/

  5. Benchmarking localhost (be patient)
  6. Completed 4000 requests
  7. Completed 8000 requests
  8. Completed 12000 requests
  9. Completed 16000 requests
  10. Completed 20000 requests
  11. Completed 24000 requests
  12. Completed 28000 requests
  13. Completed 32000 requests
  14. Completed 36000 requests
  15. Finished 40000 requests


  16. Server Software:        Apache/2.2.0
  17. Server Hostname:        localhost
  18. Server Port:            80

  19. Document Path:          /~duriantang/index.php
  20. Document Length:        35443 bytes

  21. Concurrency Level:      200
  22. Time taken for tests:   126.946450 seconds
  23. Complete requests:      40000
  24. Failed requests:        0
  25. Write errors:           0
  26. Total transferred:      1425989136 bytes
  27. HTML transferred:       1419421264 bytes
  28. Requests per second:    315.09 [#/sec] (mean)
  29. Time per request:       634.732 [ms] (mean)
  30. Time per request:       3.174 [ms] (mean, across all concurrent requests)
  31. Transfer rate:          10969.72 [Kbytes/sec] received

  32. Connection Times (ms)
  33.               min  mean[+/-sd] median   max
  34. Connect:        0   72  71.5     60    3190
  35. Processing:   158  558  72.9    557    1124
  36. Waiting:        7  186 104.5    156     982
  37. Total:        159  630 115.4    624    3789

  38. Percentage of the requests served within a certain time (ms)
  39.   50%    624
  40.   66%    667
  41.   75%    695
  42.   80%    713
  43.   90%    763
  44.   95%    806
  45.   98%    866
  46.   99%    933
  47. 100%   3789 (longest request)
复制代码


具体不知道看哪项
服务器的配置是

CPU
  1. duriantang@durianth:/usr/local/httpd$ cat /proc/cpuinfo
  2. processor       : 0
  3. vendor_id       : GenuineIntel
  4. cpu family      : 15
  5. model           : 4
  6. model name      : Intel(R) Pentium(R) 4 CPU 2.80GHz
  7. stepping        : 8
  8. cpu MHz         : 2792.419
  9. cache size      : 1024 KB
  10. fdiv_bug        : no
  11. hlt_bug         : no
  12. f00f_bug        : no
  13. coma_bug        : no
  14. fpu             : yes
  15. fpu_exception   : yes
  16. cpuid level     : 3
  17. wp              : yes
  18. flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht pni ds_cpl cx16
  19. bogomips        : 5626.07
复制代码


MEM
  1. duriantang@durianth:/usr/local/httpd$ cat /proc/meminfo
  2. MemTotal:       192424 kB
  3. MemFree:         72716 kB
  4. Buffers:         20460 kB
  5. Cached:          36080 kB
  6. SwapCached:          0 kB
  7. Active:          60224 kB
  8. Inactive:        44320 kB
  9. HighTotal:           0 kB
  10. HighFree:            0 kB
  11. LowTotal:       192424 kB
  12. LowFree:         72716 kB
  13. SwapTotal:      248996 kB
  14. SwapFree:       248996 kB
  15. Dirty:               4 kB
  16. Writeback:           0 kB
  17. Mapped:          57064 kB
  18. Slab:            11132 kB
  19. CommitLimit:    345208 kB
  20. Committed_AS:   753160 kB
  21. PageTables:        664 kB
  22. VmallocTotal:   843496 kB
  23. VmallocUsed:      2928 kB
  24. VmallocChunk:   840568 kB
复制代码

[ 本帖最后由 duriantang 于 2006-1-5 19:20 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2006-01-05 21:45 |只看该作者
CPU主频很高,内存太少了,起码512M啊,怪不得你每秒处理的请求还没有我赛扬快的,我的好像是每秒700个。
我同样的机器,我发现2.0.55的竟然比2.2的要快一点。

论坛徽章:
0
3 [报告]
发表于 2006-01-07 15:57 |只看该作者
应该和请求什么页面有关吧.我这个index.php的内容是<? phpinfo() ; ?>
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP