I've done some measurements with jmeter on my e-commerce site built on struts2 and ejb3.

1 user (testing)
===========
Home page, http://www.elettrotop.com/ElettroTop/Home.action
average response time : 63 msec


MP3s list, http://www.elettrotop.com//ElettroTop/RicercaArticoliAlbero.action?path=AUDPERMP3
average response time : 360 msec



100 users, ramp-up 200 seconds (average load)
================================
Home page, http://www.elettrotop.com/ElettroTop/Home.action
average response time : 72 msec


MP3s list, http://www.elettrotop.com//ElettroTop/RicercaArticoliAlbero.action?path=AUDPERMP3
average response time : 378 msec



100 users, ramp-up 10 seconds (high-load)
==============================

Home page, http://www.elettrotop.com/ElettroTop/Home.action
average response time : 59 msec
throughput: 597 / minute


MP3s list, http://www.elettrotop.com//ElettroTop/RicercaArticoliAlbero.action?path=AUDPERMP3
average response time : 2,7 seconds
throughput: 261 / minute


The home page is moderately complex but it uses almost all cached data.
The MP3s list loads from the db about 270 product records and shows the first 10. Most views component are produced using jsp custom tags so OGNL is used only on the back-end by struts itself and not by jsp pages.
The site is using the simple theme.


Any considerations on the numbers ?


--
Ing. Andrea Vettori
Consulente per l'Information Technology


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to