I want to host a web application in a private JVM , offering 32, 64, 128, 256 MB plans.
My web application uses Spring. And I store some objects for every login session.
My question is: how can I profile my web application to find out how big it is so that I can choose a plan? How can I simulate hundreds of users at the same time?
I am developing an application using Netbeans 6.7 Java 1.6 Tomcat 6.0.18
Thanks.
java profiling web-applications heap-memory web-hosting
Enrique
source share