Realtime website slowness (PHP/MYSQL)

Posted by 3s2ng on Server Fault See other posts from Server Fault or by 3s2ng
Published on 2012-06-18T02:19:08Z Indexed on 2012/06/18 3:17 UTC
Read the original article Hit count: 147

Filed under:
|
|

We got a website with realtime transactions.

The past few days we experienced some slowness during a period of time. Usually the slowness last for 5 minutes. And also during the slowness we noticed that sometimes we can not connect to SSH and FTP or sometimes very slow to connect to those services.

Currently we are trying to identify the issue. We already setup database monitoring tool.

Now are about to signup with pingdom.com

My question is. If the website is too slow due to the database (table or row lock) will it affect the other services like SSH and FTP? Does the ping correlates the page load and the connection between my PC and server?

Thanks, Mark

© Server Fault or respective owner

Related posts about php

Related posts about mysql