[Opensource] RAM; measuring performance; stress test tool
larry hamel
expresso at codeguild.com
Mon Jan 26 22:33:38 PST 2004
hi Max,
of course, more RAM is better; it depends on how many objects you want cached, etc. Only testing will tell.
expresso has a means to find out how long each state takes to complete. see the log level of "info" for controller will output durations, i.e.
<category name="com.jcorporate.expresso.core.controller">
<priority value="info"/>
</category>
(along with lots of other trivia. you can change this logging level on the fly; just edit the file--it should be reread)
this measurement is independent of any internet lag, so it should reflect your RAM cache and host tuning.
consider using the Morebot tester to stress your site. see link in footer. you can run it remotely, or (if you can run a java process on your host site), you can run it locally on the host itself, calling localhost
hmm, do they run through apache <--> servlet engine? (i.e., servlet is on 8080 or thereabouts, but clients go through apache to this engine)
so far so good with eApps for you?
larry
ps. forum is faster
At 11:16 AM 1/26/2004, maxxam at inetfreemail.co.za wrote:
>Talking about JVM memory and Expresso apps, what is the recommended
>minimum heap space for a basic Expresso app?
>
>My hosting provider Eapps' smallest package allows for 32MB of dedicated
>JVM memory. One can purchase additional amounts in 32MB increments. My app
>is currently running fine under 32MB but I haven't done any stress testing
>on it. Essentially there has only ever been one to three sessions at any
>given time.
>
>It's also difficult for me to determine the speed of my app as the server
>sits in Georgia somewhere (I think) and I sit in South Africa, and usually
>we always blame slowness on the low bandwidth available here. It doesn't
>appear to be any slower than other US websites though.
>
>Max.
Larry Hamel
----------------------
Free link-test tool (special handling for Expresso sites): http://morebot.org
Custom web site development: http://codeguild.com
More information about the Opensource
mailing list