|
|

楼主 |
发表于 2012-7-12 17:53:49
|
显示全部楼层
wdlth 发表于 2012-7-12 17:46 
ps aux | grep nginx
有个cache manager的,top看不出来。
keyzone不用太大。
貌似top中的最下边那个nginx就是cache manager的
root 1537 0.0 0.7 87192 1860 ? Ss Jul11 0:00 nginx: master process /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
www 1625 0.0 4.6 97516 12276 ? S Jul11 0:40 nginx: worker process
www 1626 0.0 0.5 87192 1384 ? S Jul11 0:00 nginx: cache manager process
root 1725 0.0 0.2 3292 692 pts/0 D+ 17:52 0:00 grep nginx
看搜出来的文章都是写这个是缓存的空间…最开始以为这个是会缓存一部分数据到内存的,看来是俺理解错误 |
|