Taking my application by LoadStorm

One of my work projects has gotten to the point where we really need to have some performance numbers under stress.  I played with The Grinder, poked at JUnit, and looked around at some of the other tools out there.  I was limited by the fact that I only have one system, and it’s very hard to make a single system look like a hundred systems… and real load testing works best when you have multiple clients whacking on the system for you.

So, given my previous experience setting up parallel processing things on Amazon Web Services using hadoop, I thought perhaps I should just build a new system using AWS.  But that seemed like a lot of up front work considering that the actual questions we were trying to answer were “How many concurrent users can the system handle?” and “What happens when you go over that limit?”  Simple enough questions, and hard to justify tens of man hours putting together a new prototype just to answer them.
So, despite my engineery heart insisting that anything Not Invented Here couldn’t possibly do the job, I poked around half-heartedly looking for an existing system to do what I needed.  And lo and behold, I found one!  LoadStorm is a web-based SAAS which does load/stress/performance testing for your system.  It’s free for up to 100 users/minute (and up to 60 minutes), and you can give it multiple steps for each of your users to do (along with some random wait time to better emulate real people).
LoadStorm has a reasonably friendly front-end for setting up your servers and tests, but where it really shines is in the analysis – manager-friendly charts and graphs to make the testing results palatable to the people who really need to understand them.  Their team is extremely attentive and helpful, and I would highly recommend them to anyone curious about the outer bounds of their system’s capabilities.
I was able to use LoadStorm to quantify the improvement we gained by making a structural change to the system, in an easy-to-understand format.  Playing with it further has given me a much stronger understanding of the strengths and weaknesses of our system.
Like I said, highly recommended.  Screenshots below.
users.jpg
errors.jpg