08 2020 档案

摘要:参考 apiVersion: autoscaling/v1 kind: HorizontalPodAutoscaler metadata: name: nginxtest #应用名 namespace: default #集群空间 spec: scaleTargetRef: apiVersion: 阅读全文
posted @ 2020-08-07 11:00 博客萨斯州 阅读(270) 评论(0) 推荐(1) 编辑
摘要:可能的原因: 后端服务器的 TCP 队列满了,造成 nginx 连接后端时连接被丢弃,队列满可能是后端 PHP 程序处理速度慢,或者正在做压测。 可以观察后端服务器和 nginx 的 TIME_WAIT 状态连接数,以及建立的连接数。 nginx 报错时用 `netstat -s | grep li 阅读全文
posted @ 2020-08-06 13:41 博客萨斯州 阅读(4086) 评论(0) 推荐(0) 编辑