我是一个巨大的新手,所以我会尽力描述这个。我运行一个WordPress Multisite,大约有150个站点都是域映射的。
我每天大约有4万个唯一身份,而最近apache已经崩溃了很多。我有一个伟大的服务器人似乎一直在解决这个问题,但我觉得是时候让我试着弄清楚自己。
如果你进入我的进程,你会发现大部分时间我的CPU使用了大约80%
9080 (Trace) (Kill) accountname 0 27.0 0.1 /usr/bin/php /home/accountname/public_html/index.php
9081 (Trace) (Kill) accountname 0 26.5 0.1 /usr/bin/php /home/accountname/public_html/index.php
9082 (Trace) (Kill) accountname 0 24.0 0.1 /usr/bin/php /home/accountname/public_html/index.php
9086 (Trace) (Kill) accountname 0 17.5 0.0 /usr/bin/php /home/accountname/public_html/index.php
9087 (Trace) (Kill) accountname 0 17.0 0.0 /usr/bin/php /home/accountname/public_html/index.php
9088 (Trace) (Kill) accountname 0 13.0 0.0 /usr/bin/php /home/accountname/public_html/index.php
9089 (Trace) (Kill) accountname 0 12.0 0.0 /usr/bin/php /home/accountname/public_html/index.php
由于此.php
页面甚至不存在,因此被调用了很多次,我想我最好创建页面并将其设置为空白,因此无论如何打击它都没有进入404或其他什么。
有谁知道为什么这个页面一整天都会受到影响?这是正常的吗?