vote up 4 vote down star
1

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

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

flag

Stress test usually means testing the whole stack of software that delivers the information and is not necessarily bounded to a language. Another term would be performance testing. And You may also want to try functional web testing tools to test the most paths. Want you want is quite large. – Loki Nov 23 '08 at 0:06

4 Answers

vote up 1 vote down check

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.

link|flag
vote up 2 vote down

WebLoad is open source:

http://www.webload.org/

link|flag
vote up 1 vote down

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.

link|flag
vote up 1 vote down

There's a good summary of tools here.

link|flag
Oh man, but that stock photo on the link is awful! – Jarrod Dixon Nov 23 '08 at 4:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.