Monday, January 9, 2017

networking - Very big connecting/waiting time for HTTP requests

We use server as a an aggregator with lots of small income HTTP requests (~1000 RPS). When we reached that number of RPS, http requests started to take randomly longer amount of time (100ms-4 seconds). This is not an issue with our application server because this delays happen even when we try access statics html page via NGINX (http://5.153.4.91/ok.html).



Is it possible to somehow investigate this issue and determine if this is limitation of network card/network infrastructure/bad kernel settings/misconfigured server?



Ready to show any config files.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...