some ideas to look at :
Presentation related cache may be an issue. Repeat operations don't seem
to be a lot faster. See cache.properties.
See if entity caching is something you can improve and make it work
better for you.
Ideally most pages should cache presentation model and db hits and come
back in no time.
Harmeet
On 11/03/10 10:02 PM, abhishekSharma wrote:
I am working on load testing of OFBiz applicatioin using JMeter.
System configurations are:
Hardware: Quad Core Processor, 4 GB RAM
Software: Linux (CentOS), Postgresql 8.4.1, JBoss 4.2.2
The summary report of Order placement through eCommerce using JMeter is as
follows:
http://n4.nabble.com/file/n1589243/Testing_Results.jpg
Ramp_Up Period = 0 sec and Iteration is 1
My requirement is, the response time for a normal page view should be approx
1 sec and for complex transactions it should not be greater than approx 5
sec. What could be the reason for such a high response time (Eg. for login,
the response time is 12.6 sec and for add item it is 12.7 sec)? Could it be
the problem of JBoss or we should look into application side? If any one
have any idea please help me out.