|
I don't know, but what I observed on your server is that, the data stay in TCP send buffer for very long time, so, it is TCP/network problem. You can check that with
netstat -an | grep ESTA
The "Send-Q" value stay the same non-zero value for very long when you experience the "SLOW" problem. Check if you Packet Loss and retransmission is high or not with command
netstat -s
|