I have an Apache web application which is serving ~2k Requests Per Minute. The current infrastructure includes two servers, one acting as Apache + database, and the second one just database.
I'm trying to evaluate the added value from moving the Apache to its own server and/or maybe even a couple of small instances and a load balancer.
How can I perform such evaluation? I'm using New Relic for server monitoring and seeing most (~70%) of the app server time spent is in PHP.