实时检测HTTPD连接数:
watch -n 1 -d "pgrep httpd|wc -l"
ps -ef | grep httpd | wc -l
返回结果示例:
1388
表示Apache能够处理1388个并发请求,这个值Apache可根据负载情况自动调整,我这组服务器中每台的峰值曾达到过2002。
安装memcached @ CentOS
* memcached homepage:
http://www.danga.com/memcached/
yum install memcached
chkconfig memcached on
service memcached start
vi /etc/sysconfig/memcached
# set listening host to localhost
OPTIONS="-l 127.0.0.1"
If you use a different version of php from the one in official CentOS repo, you need to compile the php memcache extension (php-pecl-memcache) by yourself. Just download the source rpm from the CentOS Extras repository and build it.
Harrie
我是王岩,2010年为了扩展自己的事业,我成立了一家互联网公司:上海岩创网络科技有限公司,2011年加入宏路数据任技术总监,2017年成立动乂岩数据技术有限公司同时兼任动点科技CTO。现在我正在搭建团队,在微信生态和企业服务领域进行探索。我的联系方式是:手机:13918304704 微信: harriewang QQ:13689186 欢迎大家跟我交流和讨论。