Windows server with high latency using IIS

Asked

Viewed 154 times

0

Does anyone have any idea how to find out or what reasons may lead to this problem:

I have a server Windows 2012 spinning IIS with 9 sites.

My server is from Redehost. Brazilian.

When I give ping on my website, the value varies greatly from 16ms to 200~300ms... And there are moments that give spikes of 500~800ms.

There was a problem also yesterday, that the server stopped working for total, It was inaccessible, because the IIS was consuming all network capacity, making it impossible to connect via WTS.

Does anyone have any idea how to solve the problem or how to analyze it? What tool to use for this?

  • You gave ping on another server of theirs? What happens? Checked the consumption of other machine resources?

  • This server is shared?

1 answer

0

Hello! The ICMP (ping) response typically measures network latency, regardless of the operating system, or consumption of the operating system. However, the ICMP has low traffic priority, so if your server has too much access, the ICMP response time will increase due to the prioritization of other packages (web services, ftp, etc).

What I suggest is to install an external server monitoring tool (I use serverdensity.com, which is excellent but paid). With it you will be able to monitor all server parameters such as load, ram, disk, network, etc. In addition, this tool allows you to monitor the services externally (such as http access to your application).

This way, with this data, you can see if the problem is on the server or if it is your hosting that is having problems.

Things you should consider:

1) As you already mentioned that your IIS was greatly increasing the load of the server, I can tell you that the problem is in the high traffic of your application. Time to augment the server or optimize the application.

2) You may have some bug in the application that is generating high load. Sometimes some database query without indexes can generate this problem.

3) You may be experiencing some DDOS attack. Talk to your datacenter to evaluate.

4) Have you checked if there is no virus on your server ? When it comes to Windows server it is indispensable to see this.

I’m sure if you follow these checks, the problem will appear.

Good luck! Hug.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.