What is the most accurate way to determine the amount of cpu speed and ram needed to run my rails app?
I believe there are stress testing tools like Tsung, but how do I determine, for example, that I need X more ram, or X more CPU? I would like to find some way to roughly gauge the performance needs of my application so I can anticipate future needs. I think this data will also be useful for me to decide whether to upgrade one machine, or get another dedicated machine and put all the databases on that one.
Essentially, I am concerned about scaling issues, and how to anticipate them. Thanks in advance for the help!