Performance drop on AWS T3 instances - Linux

0

The issue with performance drop when having just a couple of hundreds of connections might be typical to AWS T3 instances. Our server-side Apache modules maintain "sleeping" connections to clients, which is not quite typical for regular web applications. Any time a new request come for a host PC, the client's server-side Apache instance wakes up and puts the request's data into a queue for the host PC and signals its server-side Apache instance, which wakes up and sends the data to the host PC. Hence, every data exchange through the server involves quite a few of server processes scheduling. It appears that our T3 starts experiencing lagging of the AWS scheduling at some point, which is not reflected in CPU usage.

1개 답변
1

Hello,

The data provided is insufficient to determine the cause. There could be lots of factors to check while dealing with issues with respect to LAG.

When you say LAG, what exactly is observed ? How do you determine that ? How is the connectivity from your Host-PC to the AWS instance ? What tools have you used to determine whether it is latency/compute related ? Have you checked the top, vmstat, iostat, df-kh output to eliminate all the factors that could cause potential issues ? Also, what is the output of netstat - anp ? Have you also tried to upgrade the instance from t3 medium to a higher one ?

Do you have an AWS Support plan ? I believe the AWS engineers would be the best to determine on how to move forward with the same. Hope this helps.

profile pictureAWS
지원 엔지니어
답변함 2년 전
profile pictureAWS
전문가
Chris_G
검토됨 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인