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: 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. |
Did you go through the Technical Production Setup Guide, especially the section on cache settings? It sounds like you may not have removed the cache timeouts (which are for development, and would make production things very slow). -David On Mar 11, 2010, at 9:32 AM, 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. > -- > View this message in context: http://n4.nabble.com/OFBiz-Load-Testing-tp1589243p1589243.html > Sent from the OFBiz - Dev mailing list archive at Nabble.com. |
Thanks David for your reply.
I have already comment out the cache setting in cache.properties file. Even i have disabled the logging (INFO). After these settings, it give me the above results.If you have any other ideas please let me know. |
Administrator
|
Ho do you interface with JBoss? Why and what do you use from JBoss?
Jacques From: "abhishekSharma" <[hidden email]> > > Thanks David for your reply. > > I have already comment out the cache setting in cache.properties file. Even > i have disabled the logging (INFO). After these settings, it give me the > above results.If you have any other ideas please let me know. > -- > View this message in context: http://n4.nabble.com/OFBiz-Load-Testing-tp1589243p1589262.html > Sent from the OFBiz - Dev mailing list archive at Nabble.com. > |
In reply to this post by abhishekSharma
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. |
In reply to this post by abhishekSharma
Hi David,
Thanks for your reply. We have already done, what you have suggested. I am expectimg some more inputs from your side as you are the father of OFBiz. Also could I get your contact number? Please help me out. |
Free forum by Nabble | Edit this page |