views:

1859

answers:

5

Are there any good (preferably free) tools out there?

Can they give accurate estimates that reflect production results when the app goes live?

+4  A: 

WebLoad is open source:

http://www.webload.org/

BobbyShaftoe
+1  A: 

A generic answer would be in two parts: 1. A general web testing tool (Apache jmeter is a good one) 2. Monitoring tools.

The second part is the hardest and the most important. You need to monitor the whole stack: OS, web server, VM, the code, the DB and anything else involved.

Loki
+1  A: 

There's a good summary of tools here.

digitalsanctum
Oh man, but that stock photo on the link is awful!
Jarrod Dixon
+1  A: 

This is definitely not a free solution, but webmetrics will get the job done. (As well as any website monitoring company in general). They give thorough reports on your web site's performance, and when you schedule load tests you can specify how much load you want to simulate (e.g. simulate 2000 users using my site at once).

I don't think it will break it down and tell you your CPU usage and such, as they stress your website from their servers.

Claudiu
A: 

You can try Trample, it is load simulation tool here

Seyhun
looks like trample is now at http://github.com/jamesgolick/trampleI've also heard of http://github.com/dbrady/tourbusand of course jmeter.
rogerdpack