I have created a new app, and I plan on adding caching, cdn, and other performance improving methods. I would like to check the current performance and also after each of these methods I would like to check the performance again. This is a Rails app.
How should I go about it? Is there a command I can use to check this? do I need to run a test? how? From what I've searhced it seems that new relic gives a lot of this information, but it seems to me that that's only on live data, and I'd like to test the max that the app can handle (for instance before and after performing the above changes) in addition to monitoring live data.
Send request timed out!
what should I do? does it mean I tried too high a number of requests? what numbers should I use of clients vs requests? and how do I make sure it doesn't time-out? shouldn't it just tell me "unable to complete some of the requests" and not time out? – Trifid