服务器是k8s一个节点,经常警告内存占用高,实际top查看并没有看到占用高的进程。
使用命令查看:
ps aux|head -1;ps aux|grep -v PID|sort -rn -k +4|head
发现rsyslogd竟然占用了37.9…这不是坑么。
通过 systemctl status rsyslog 并没有发现别人家说的配置错误等问题
重启下rsyslogd服务解决,再观察下吧
systemctl restart rsyslog
又一个WordPress站点
服务器是k8s一个节点,经常警告内存占用高,实际top查看并没有看到占用高的进程。
使用命令查看:
ps aux|head -1;ps aux|grep -v PID|sort -rn -k +4|head
发现rsyslogd竟然占用了37.9…这不是坑么。
通过 systemctl status rsyslog 并没有发现别人家说的配置错误等问题
重启下rsyslogd服务解决,再观察下吧
systemctl restart rsyslog
阿里云是在kube-system的配置项里有个nginx-configuration
里面增加
compute-full-forwarded-for: "true"
forwarded-for-header: "X-Forwarded-For"
use-forwarded-headers: "true"
如果缺少获取的ip一直都是cdn 的ip