<div style="color:rgb(34,34,34);background-color:rgb(255,255,255)">Hi,</div><div style="color:rgb(34,34,34);background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);background-color:rgb(255,255,255)">In one of my server, the nginx status return the following</div>
<div style="color:rgb(34,34,34);background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);background-color:rgb(255,255,255)">Active connections: 3595 </div><div style="color:rgb(34,34,34);background-color:rgb(255,255,255)">
server accepts handled requests</div><div style="color:rgb(34,34,34);background-color:rgb(255,255,255)"> 95329528 95329528 118118629 </div><div style="color:rgb(34,34,34);background-color:rgb(255,255,255)">Reading: 334 Writing: 49 Waiting: 3212 </div>
<div style="color:rgb(34,34,34);background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);background-color:rgb(255,255,255)">There are a lot of "Waiting" connection, and the CPU load average is around 2, I am using the default Keep alive timeout of 65s.</div>
<div style="color:rgb(34,34,34);background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);background-color:rgb(255,255,255)">I am thinking what should be done in order to reduce the load average. (I am using SSL for the connection)</div>
<div style="color:rgb(34,34,34);background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);background-color:rgb(255,255,255)">
Thanks.</div>