Peak performance and server load testing

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
cmeurer
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Thu Apr 16, 2009 8:16 am

Peak performance and server load testing

Post by cmeurer » Wed Apr 22, 2009 1:45 pm

What kind of order throughput can I expect on a 2 cpu Xeon with 4 GB ram? w Raid.
What kind of page views per hour, orders per hour, hits per hour etc?

cmeurer
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Thu Apr 16, 2009 8:16 am

Re: Peak performance and server load testing

Post by cmeurer » Fri Apr 24, 2009 1:20 pm

bump


kastnerd
Commodore (COMO)
Commodore (COMO)
Posts: 474
Joined: Wed Oct 22, 2008 9:17 am

Re: Peak performance and server load testing

Post by kastnerd » Mon Apr 27, 2009 10:42 am

Similar topic different Question. What type of benchmarks would best show how well your server will run Able? Some of my pages take a bit to load but im not sure why?

Also see this post
viewtopic.php?f=42&t=9129
Last edited by kastnerd on Mon Apr 27, 2009 10:47 am, edited 1 time in total.

cmeurer
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Thu Apr 16, 2009 8:16 am

Re: Peak performance and server load testing

Post by cmeurer » Mon Apr 27, 2009 10:46 am


User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Peak performance and server load testing

Post by Logan Rhodehamel » Mon Apr 27, 2009 11:03 am

cmeurer wrote:This post proved most helpful:
viewtopic.php?f=42&t=8269&p=36753&hilit ... der#p36753
That post dealt more with catalog structure than with order throughput. About how many products would be in your store catalog?
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

cmeurer
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Thu Apr 16, 2009 8:16 am

Re: Peak performance and server load testing

Post by cmeurer » Mon Apr 27, 2009 11:08 am

Well we are really looking for any guidance on capacity (orders, SKUs, concurrent users, customers, etc.). Pretty typical dual core hardware.... cm

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Peak performance and server load testing

Post by Logan Rhodehamel » Mon Apr 27, 2009 12:26 pm

Load tests are always difficult. There are so many variables that can affect performance ranging from machine configuration to external latency (e.g. third party shipping gateways). But I ran a quick test using our sample store data on this machine:

AMD Athlon 64 X2 Dual Core 6000+ 3GHZ
3GB Ram
Windows Vista
Local SQL 2005 Express

I load tested a checkout sequence:

add product to basket
view basket
checkout

All together the sequence involves 3 GETs and 4 POSTs. The machine was able to process approximately one complete checkout sequence per second. It was running at 7.03 requests per second (422 pages served per minute).

This was done with a sample of 20 concurrent users. Most importantly, not a single checkout was dropped or errored. This is of special note because AbleCommerce 7.0.2 has a fully transactional checkout sequence with a retry logic. Under high load, contention for resources is a reality. AC7 is able to respond accordingly.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

Post Reply