We are moving to two servers from one server due to performance issues. How do we monitor the value of this change?
Posted
by
MikeN
on Server Fault
See other posts from Server Fault
or by MikeN
Published on 2011-03-03T19:59:35Z
Indexed on
2011/03/04
15:27 UTC
Read the original article
Hit count: 175
We are moving to two servers from one server due to performance issues. We are moving our MySQL DB to its own dedicated server and will keep the original machine as the front end machine running nginx/apache (Django backend.)
How do we monitor the value of this change? It is possible our whole site could actually get slower since the MySQL queries will be going out over a secure remote connection instead of locally?
© Server Fault or respective owner