免费注册 查看新帖 |

Chinaunix

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

[Web] 有关apache的 进程数量 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-03-04 13:30 |只看该作者 |倒序浏览
本帖最后由 yiqieqie 于 2010-03-04 13:52 编辑
  1. server:~$ apache2 -v
  2. Apache/2.2.11 (Ubuntu)

  3. server:~$ less /etc/apache2/apache2.conf
  4. <IfModule mpm_prefork_module>
  5.     StartServers        200
  6.     MinSpareServers     100
  7.     MaxSpareServers     200
  8.     ServerLimit               500
  9.     MaxClients          500
  10.     MaxRequestsPerChild 10000
  11. </IfModule>

  12. server:~$ ulimit -a
  13. core file size          (blocks, -c) 0
  14. data seg size           (kbytes, -d) unlimited
  15. scheduling priority             (-e) 20
  16. file size               (blocks, -f) unlimited
  17. pending signals                 (-i) 16382
  18. max locked memory       (kbytes, -l) 64
  19. max memory size         (kbytes, -m) unlimited
  20. open files                      (-n) 1024
  21. pipe size            (512 bytes, -p) 8
  22. POSIX message queues     (bytes, -q) 819200
  23. real-time priority              (-r) 0
  24. stack size              (kbytes, -s) 8192
  25. cpu time               (seconds, -t) unlimited
  26. max user processes              (-u) unlimited
  27. virtual memory          (kbytes, -v) unlimited
  28. file locks                      (-x) unlimited

  29. server:~$ netstat -nat | grep 80 | wc -l
  30. 5970

  31. server:~$ ps aux | grep apache2 | wc -l
  32. 245
复制代码
server:~$ ps aux | grep apache2 | wc -l
245(为什么这个一直超不过 256呢?)

论坛徽章:
0
2 [报告]
发表于 2010-03-04 13:42 |只看该作者
  1.     StartServers        200
  2.     MinSpareServers     100
  3.     MaxSpareServers     200
复制代码
我有点不明白了。MaxSpareServers     才200怎么到245去的

论坛徽章:
0
3 [报告]
发表于 2010-03-04 13:44 |只看该作者
回复 2# scyzxp


    # MaxSpareServers:保有的备用进程的最大数目

论坛徽章:
0
4 [报告]
发表于 2010-03-05 11:51 |只看该作者
我有点不明白了。MaxSpareServers     才200怎么到245去的
scyzxp 发表于 2010-03-04 13:42



   
唉,你不会没用过apache吧

论坛徽章:
0
5 [报告]
发表于 2010-03-05 15:06 |只看该作者
我现在主要使用nginx,最近也在研究APACHE了

论坛徽章:
0
6 [报告]
发表于 2010-03-10 10:10 |只看该作者
有个最大容量问题吧
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP