我正在运行Monit来监视DigitalOcean上的ubuntu服务器上的cpu使用情况。然后执行一些命令来启动或停止负载均衡器后面的其他服务器。
这是我的密码;
check system host_name
if cpu usage > 50% for 5 cycles then exec "/bin/bash /var/www/start.sh"
if cpu usage < 30% for 5 cycles then exec "/bin/bash /var/www/stop.sh"
第一次运行后,Monit关闭一台服务器并进
我在服务器上出了点问题,可能真的需要一些建议。内存使用情况良好,系统负载也很好。CPU使用率非常高,大大减缓了站点的速度。它正在运行一个高度定制的Drupal版本。它是一个EC2大实例(8GB,不确定cpu)。
下面是我的apache配置:
#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 40
#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per con